You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the problem that I prefetch all the 10 pages in my app and when I navigate from index page to page2 the index page is removed from the dom. So when I go back to index page, it will be loaded again.
How can I reach that all pages exist in the dom for all time?
The text was updated successfully, but these errors were encountered:
I use the following code to make prefetching.
I have the problem that I prefetch all the 10 pages in my app and when I navigate from index page to page2 the index page is removed from the dom. So when I go back to index page, it will be loaded again.
How can I reach that all pages exist in the dom for all time?
The text was updated successfully, but these errors were encountered: