Hiding Query Parameters #16968
Answered
by
jamesmosier
mortgagehog
asked this question in
Help
-
Is there a way to hide query parameters via next link? I would like to create a link on my site that will send you "/?param1=foo¶m2=bar" but will show as "/" in the browser? Any help is appreciated. Also, very much appreciate the framework. |
Beta Was this translation helpful? Give feedback.
Answered by
jamesmosier
Sep 9, 2020
Replies: 1 comment 2 replies
-
Hi @mortgagehog. Unfortunately there is no way to do this currently with Next. If you wanted to pass state between pages you might consider using sessionStorage |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
jamesmosier
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @mortgagehog. Unfortunately there is no way to do this currently with Next. If you wanted to pass state between pages you might consider using sessionStorage