Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

All solutions

  • Submitted


    What are you most proud of, and what would you do differently next time?

    The way I use the context API

    What challenges did you encounter, and how did you overcome them?

    Managing the state with the context API

  • Submitted


    What are you most proud of, and what would you do differently next time?

    This is my first project in Frontend Mentor. I learned a lot about React by using it with typescript. I was struggling a lot when I used the Context API for the first time with typescript but it helps me to better graps the essence of modern frontend development. I fall in love when I used a React design pattern called COMPOUND COMPONENT. I learn that it is better to use it when you render card where some of the cards have different structure. I'm looking foward to do more frontend projects from Frontend mentor because I know for sure I can be profficient in frontend by doing the challenges.

    What challenges did you encounter, and how did you overcome them?

    The challenges I encounter were about the optimization when using the context API. It is a really headache specially when using callback to update the context. I manage to optimize the static elements but the buttons were not easy to optimize and prevent some unnecessary re renders. I learned that the context has its limit so for the next project, I would try to use a state management library like Redux