Save and persist route state while switching routes #10817
Unanswered
codegenixdev
asked this question in
Q&A
Replies: 1 comment
-
did you find anything around this @amirnz026 ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My project uses [email protected].
In my application, I want when user goes to another route, the previous tab stays open on the top of the screen and when the user gets back again to that page (tab), the state and everything else be remained the same. I do not want for the component to get re rendered every time user goes to another route and I want the state of it to be saved.
Is this possible with react router? Or should I use redux and other state management tools for it?
Beta Was this translation helpful? Give feedback.
All reactions