Data/Event Sharing Between Main & Content Page in SPA

Hi.
We have been using SPA for our current project and its been great so far.
We had a few issues with JS, which have been reported and we’re waiting for a fix.

As the topic name suggests, this is another issue we are facing now.
On our index page, we have label which shows user’s progress across the content pages.
We have used Session to store and display the progress status, but it does not update real-time.
Session manager has been created on every content page and the index too, with same variables. But they do not get updated dynamically in the main page when changed from content page.

Similarly we also have to submit forms inside content page using a button that is on the main page. (This one sounds avoidable, but our process requires this.)

Another use case for us is that we would like to store values input by user on content pages and re-use them across all content pages in the main page. Similar to progress value.

I hope I have explained our requirement clearly. If not, please ask to clarify. :slight_smile:

Community Page
Last updated: