multistep-form-xstate-formik
multistep-form-xstate-formik copied to clipboard
Non mobile version?
Hi,
excellent sample project indeed, just what I wanted to try in one of my project.
One question from my side: how can I transform your example to use it in standard react app? You are using navigation from react-native?
Do we need navigation at all?
Thank you Marko
Hi,
I think there are at least few ways you could go around it :)
You could try with e.g. react-router and just exchange the navigate actions with proper alternatives
Other solution would be to just conditionally render these steps, on one of the screens based on the machine's state
PS Sorry for pretty late response :)