Strategy for store params between pages #547
Unanswered
electroheadfx
asked this question in
Q&A
Replies: 1 comment
|
Hi I just realize I need to implement this also on our project. Do you have any idea how you implement this? |
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.
I'd like to store the nuqs params between nextjs pages, for exemple I go from
/overview?bar=1to/historythen I return to/overviewHow I could store bar on overview route, so it switch uri back to/overview?bar=1if there is abarcookie/local storage param.I wonder if anyone already tested a strategy on this case ?
Here some test with getServerSideProps:
vercel/next.js#11281
All reactions