React Chapter Index
Introduction
This index lists all 30 chapters in the Hello Code React track, grouped by topic. Use it to jump to a lesson or compare coverage with frontend/gen_article_plan/react.md.
Prerequisites
- None—this page is a map, not a lesson
Getting Started (01–03)
JSX, State, and Effects (04–06)
Context and Hooks (10–11)
Style (12)
Router (13–14)
State and API (15–17)
Test, Build, and SSR (18–20)
Projects (22–25)
Operations and Wrap-Up (26–30)
Suggested Learning Paths
API-ready SPA: 01 → 03 → 05 → 08 → 13 → 15 → 16 → 23
Systematic: 01–19 → 22–24 → 27–30
Full-stack: React 16, 23, 24 + FastAPI or Django REST + Git CI
From Vue: Vue chapter index → comparison table in gen_article_plan/react.md
- Logo:
/category-logos/react.png
- Plan file:
frontend/gen_article_plan/react.md
- Article guidelines:
frontend/GEN_ARTICLE_ROLE.md
Cross-Track Links
FAQ
Where do I start?
What Is React, then Environment.
Is chapter 20 required?
No—Next.js is optional unless you need SSR.
Is chapter 25 required?
No—multi-step form is optional practice.
Skip Docker (26)?
Yes for frontend-only learning; read before production Compose stacks.
React vs Vue on Hello Code?
Both are full SPA tracks—React emphasizes JSX and Zustand; Vue emphasizes templates and Pinia.
Blog schema alignment?
Blog reader + PostgreSQL blog project.