Next.js Discord

Discord Forum

Is queryParams ( searchParams ) are good option to build multistep form in NextJs or not?

Unanswered
Siberian Accentor posted this in #help-forum
Open in Discord
Siberian AccentorOP
I was building a multistep form and I want to know which option is good.
My question is:
- Should I use searchParams like /?get-started and then /?new-plan to use the advantage of RSC or
- Should I use using useState to know the state and render the component

0 Replies