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!