Learn React#
This page has resources for learning React.
Learn by Doing#
https://github.com/kentcdodds/react-hooks
This repository has many exercises that you can do yourself to familiarize yourself with React.
Understanding Rendering#
https://ui.dev/why-react-renders
This article is a great write up of when Reacet rerenders, and the article is very well polished.