React — resources

roadmap.sh: https://roadmap.sh/react

Books

  • The Road to React (Robin Wieruch) — hands-on, hooks-first intro that builds a real app step by step.
  • Learning React, 2nd Ed. (Alex Banks & Eve Porcello) — modern functional React with solid coverage of hooks and patterns.
  • Fullstack React (Anthony Accomazzo et al.) — broad project-driven reference for routing, state, and data fetching.

Courses / practice

  • React docs (react.dev) — the official, up-to-date tutorial and reference; the canonical starting point.
  • Epic React — Kent C. Dodds’ deep workshop series on hooks, patterns, performance, and testing.
  • Scrimba — Learn React — interactive, in-browser course great for beginners.
  • Next.js Learn — official guided course for taking React into production with Next.js.