React
React is a JavaScript library for building user interfaces with components. DevFlow's React docs follow the same structure as react.dev: Learn for concepts and Reference for the API.
Official Documentation
DevFlow Sections
Learn React
Conceptual guides covering how React works:
- Quick Start — your first component
- Describing the UI — JSX, components, props
- Adding Interactivity — events, state, rendering
- Managing State — state patterns at scale
- Escape Hatches — refs, effects, context
API Reference
Curated API summaries with links to upstream docs:
Related
- Next.js — production React framework
- TypeScript — type-safe React development