Design comparison
Solution retrospective
Next time, I would use React Query for managing asynchronous state, as it simplifies data fetching and state management. I would also consider utilizing CSS frameworks or component libraries to streamline my workflow and maybe this utility for conditionally joining classNames together.
What challenges did you encounter, and how did you overcome them?Creating an app with CRUD functionality was challenging, so I opted to use Firestore as a simple yet functional solution. Since the app was for learning purposes, I didn't prioritize security, though I am aware of some common bad practices in this area. My next challenge was writing custom hooks with asynchronous code to manipulate data and manage the state of components, ensuring they communicated with each other properly.
What specific areas of your project would you like help with?I am not sure If my code needs further encapsulation and maybe my components are too long? What do you think about my state managing and conditional rendering? Any other feedback is welcome.
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