Multi-page Rerendering

I am building a multipage app, one problem I have is that when I jump between apps it updates the callbacks again, is there no way to just serve the previous state. For example, when I am on the breakout page, and on the left side bar click the Turing Risk Index then again it takes 10 seconds to load. Is there no way that it can just maintain the state it had before I clicked away?

Hello @snowde,

Especially for reloading a page that should be cached, as long as the data will be dynamically loaded, you can use something like I posted here: