Hi Team,
Currently, we are fetching additional data using the Deal Fetch API in our Alpha flow, but this data is not part of the co object. We are storing it in alpha.local / alpha.co, and since the API call is made only on the first page, the data is getting lost when we refresh after navigating to other pages.
Is there a recommended approach to persist this data across pages other than relying on session storage or making duplicate API calls on every page?
Thanks!