Multi-step Form Example using Zustand #6382
Unanswered
theodorusclarence
asked this question in
Show and tell
Replies: 2 comments
-
Wtf, I found the perfect solution. Thank you for this. It's really just what I needed! :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
thank you so much! |
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
-
Doing multi-step form is kinda hard, we need to use state management to temporarily store data of each step. It becomes more complex if we have file uploads in the forms.
So, my friend and I decided to attempt creating one. We also add an example of clean file upload using dropzone and lightbox preview.
This site is built using:
Check the site at https://clarence.link/rhf-stepform
and the GitHub repo at https://github.com/theodorusclarence/rhf-stepform
If you find it useful, a star is appreciated!
And here is the demo:
stepform.example.mp4
Beta Was this translation helpful? Give feedback.
All reactions