Week 5

 This week I learned how to build and enhance a React frontend as part of the second iteration of a full-stack project. I gained a deeper understanding of how React components work, including how to structure them effectively, reuse components, and manage state to create a more dynamic and responsive user interface. I also practiced handling user input, updating the UI based on changes, and improving the overall user experience.

In addition, I learned how the frontend communicates with a REST backend by making API calls, retrieving data, and displaying it in a meaningful way. This helped me better understand how different parts of a full-stack application interact with each other. I also became more comfortable debugging issues that arise between the frontend and backend.

Overall, this week reinforced my understanding of React development and showed me how iterative development works in practice. Each iteration builds on the previous one, allowing me to gradually improve both functionality and code quality while working toward a complete application.

Comments

Popular posts from this blog

Week 3

Week 8

Week 4