


Hi all,
I'm looking for a way to pass data to multiple components while only loading the data once. For example:
Component A (or model / sling resource) makes an http call and gets data back that it stores.
I now need to pass this data to component B and C but with out calling on my third-party API. (I only want to make my API call once and then share the data.)
Any help here would be great!
Solved! Go to Solution.
Views
Replies
Total Likes
@Sincore1 You should be able to cache third party API response into model object, and you can use same model object across the components.
@Sincore1 You should be able to cache third party API response into model object, and you can use same model object across the components.