Multi-page wizard
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
What would you improve on the above or how would you do it?