I am building single page application and my views are housed in groups .
There are many reusable elements.
If one of my reusable element has a custom state and contains data in it. Now when moving through the diffteent pages of the single page application, how do I make this data available in other pages ( which themselves are reusable elements.)
Thanks in advance.