Tic tac toe game with React, Redux, and Framer-Motion

Solution retrospective
This was a very interesting project to develop. I struggled with fixing a lot of bugs that occurred when I was dispatching actions to one of my reducers in redux. I had to use the redux DevTools to check every dispatched action and see where the bugs occurred exactly.
However, I managed to learn a lot in the process of fixing these bugs because a lot of the times, it forced me to refactor my code in such a way that is more organized and is less prone to bugs.
I learned how to effectively memoize my components to only re-render when a very specific part of the state is updated.
Out of all the projects that I developed in Front end mentor. I learned the most by doing this project. It really challenged me to improve my code.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Abel Muro's solution.
Join 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