Design comparison
Solution retrospective
Building a multi-step form in React was challenging due to the need to properly manage multiple form states. I found it difficult to keep track of the data and the current form state at each step of the process. Furthermore, managing user input validation was an added challenge.
I am unsure of the best ways to manage user input validation in the project and how to efficiently store and manage the data that is collected throughout the form.
I am also curious about best practices for implementing multi-step forms in React, such as how to handle navigation between steps, how to store data, and how to best handle user input validation.
I would appreciate any advice or suggestions on any of these areas.
Community feedback
- @bsarniiPosted almost 2 years ago
Hello youssef! You did a great job implementing the design and functionality. One small thing, what I noticed, that you forgot to change the cursor behaviour to pointer on the button. So the client knows that it's a clickable button.
1@youssefoubaPosted almost 2 years ago@bsarnii I'll make sure to fix it right away. Thanks for the feedback!
0
Please log in to post a comment
Log in with GitHubJoin 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