Replies: 2 comments 5 replies
-
|
Beta Was this translation helpful? Give feedback.
5 replies
-
You could just write the state to local/session storage. |
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.
-
I need to create a wizard using Next.js,
Using enters
/video/[key]
I generate the key If valid -> go to/video/register
, then/video/questions/
then/video/finish/
.So each step depends on the previous one, and there's data sent in-between.
How to achieve this? I'm migrating from Gatsby, and Gatsby has something called
navigate
that I can send data between routes and I cannot achieve this using Next.jsBeta Was this translation helpful? Give feedback.
All reactions