Here is everything you need to get rocking and rolling for the Pure React State Management course.
Install these tools in your browser of choice. I'll be using Chrome during the workshop.
You can find the slides here.
Make sure to run npm install
in each repository.
We'll be using the following APIs in this workshop:
- Simple Counter (boilerplate)
- Simple Counter (adds increment, decrement, and reset)
- Simple Counter (setState function and callback)
- Simple Counter (adds localStorage support, exercise starter for syncing document.title)
- Simple Counter (syncing document.title solution)
- Simple Counter (refactor to use hooks)
- Simple Countner (set value with a function)
- Simple Countner (update document.title with useEffect)
- Simple Counter (useEffect local storage exercise)
- Simple Counter (useEffect local storage solution)
- Simple Counter (useLocalStorage custom hook)
- Simple Counter (useRef)