Skip to content

React Docs

The official React docs — high-quality tutorials and practical guides (Chinese translation available)

Content updated · 2026-09-07

What is it · 它是什么

What is React Docs?

react.dev is the redesigned official React documentation — rewritten from an API listing into a “teach you to think” guide, organized around interactive components and mental models with runnable examples. The docs have earned a strong reputation, and for any React project this is the official first-party source.

How to use · 怎么用

How to use React Docs

  1. Starters should walk the Learn track — the Tic-Tac-Toe project is the entry.
  2. Experienced devs should focus on “Thinking in React” and the state-management chapters to recalibrate their model.
  3. Use react.dev/reference as your dictionary.
  4. A community Chinese edition (zh-hans.react.dev) covers the core chapters.

Key features · 核心特点

Key features of React Docs

  • First-party, updated in step with releases
  • A high-quality tutorial track, not assembled docs
  • Every example is interactive
  • Separate on-ramps for beginners and experienced devs

Related sites