Next.js Discord

Discord Forum

Multi-page wizard

Unanswered
Masai Lion posted this in #help-forum
Open in Discord
Masai LionOP
Thoughts on this approach?

I am trying to come up with an easy maintainable but efficient way to configure a multi-page wizard. I've used useWizard before, but that ended up in a really messy architecture where everything had to be stored in state.

Hence, I am trying to create a multi-page wizard where I can use the App Router for some server side fetching and loading.tsx

1 Reply

Masai LionOP
What would you improve on the above or how would you do it?