React Resources and Book Recommendations

Introduction

You have worked through React fundamentals, Router, Zustand, API integration, projects, and deployment. This chapter collects official docs, books, and Hello Code tracks for continued learning.

Prerequisites

  • Progress through this track (or equivalent)
  • At least one project attempted (recommended)

Official References

ResourceBest for
React documentationAuthoritative guide (new docs)
React RouterRouting
ZustandState management
ViteBuild tooling
Testing LibraryComponent tests
Next.jsSSR/SSG

Learning React (O'Reilly)

  • Hooks, JSX, ecosystem overview
  • After chapters 01–15

The Road to React (Robin Wieruch)

  • Hands-on SPA with hooks
  • Pairs with projects 22–24

React Design Patterns and Best Practices (Mario Heiranzo)

  • Composition, performance—after chapter 21

Pick one book and one side project.

UI Libraries (Official Docs)

LibraryNotes
MUIMaterial Design
Ant DesignEnterprise admin
Chakra UIAccessible components
shadcn/uiCopy-paste Radix + Tailwind

Learn component basics here first—then adopt a library.

Pair With Hello Code Tracks

TrackConnection
JavaScriptLanguage foundation
TypeScriptTypes in components
VueSister SPA track
FastAPIREST + JWT
NginxSPA deploy
GitCI with Docker chapter

Advanced Topics

TopicWhere
TanStack QueryServer state caching
React Nativereactnative.dev
Server ComponentsNext.js App Router
openapi-typescriptTyped API clients

FAQ

React 19?

Track targets 18+; read react.dev for Actions and use.

Vue after React?

Easy with comparison table in gen_article_plan/react.md.

Certification?

Portfolio projects matter more than certs.

Chapter list?

React Chapter Index.