Multi steps forms with React JS

Solution retrospective
Developing this type of projects can tech a lots of new thing to a person. I really appreciate my self that I develop this project in React JS and I practice my React skill with the help of this project ..
What challenges did you encounter, and how did you overcome them?There is a many challenges I face but I can talk about a few one . First managing the data flow like storing the data of one form and using that data in last summary form . then i think what type of technology i used that store the form data and update the state without losing the entered data .So I think and I used the context Api with the useReducers .The context Api work like a store and provide data to each part of the react project and avoid the prop drilling process . And the use Reducer help us in updating the state .
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Benyameen's solution.
Join our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord