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? |
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
-
I'd like to store the nuqs params between nextjs pages, for exemple I go from
/overview?bar=1
to/history
then I return to/overview
How I could store bar on overview route, so it switch uri back to/overview?bar=1
if there is abar
cookie/local storage param.I wonder if anyone already tested a strategy on this case ?
Here some test with getServerSideProps:
vercel/next.js#11281
Beta Was this translation helpful? Give feedback.
All reactions