Design comparison
Solution retrospective
What are you most proud of?
I’m most proud of the fact that this is my first project using React, and I successfully implemented it. I’m particularly proud of learning and using the useState hook effectively, which was a new concept for me as a beginner in React. It really helped me manage state in my components and understand React’s functionality better. What would you do differently next time?
Next time, I would focus more on structuring my components from the beginning and planning how state is managed across the app. I realized partway through the project that I could have organized my components better, which would have made scaling the app easier.
What challenges did you encounter, and how did you overcome them?My main challenge was managing state using only the useState hook. As the project grew, it became difficult to keep track of how state was being updated and shared between components. I found it tricky to organize and ensure the state was always in sync across the app. To overcome this, I focused on improving my understanding of useState, learning how to properly initialize and update state within individual components. This helped me manage component-level state more effectively, though I realized that for larger projects, I might need to explore more advanced state management tools in the future.
What specific areas of your project would you like help with?Fisrtly I want to Thank everyone , I really want if you have any advice for me to Improve my skills Specific in React Please Share it With me.
Community feedback
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