Alex's Notes

React Hooks: Tyler McGinnis

A course introducing Hooks from ui.dev

Check out this great JavaScript Visualizer for showing execution context, scope, hoisting etc.

Covers the following topics:

  1. Why React Hooks

  2. useState

  3. useEffect

  4. Custom Hooks

  5. useReducer

  6. useRef

  7. Context (React)

  8. React Performance