What is React? — a practical guide to What is React with clear examples you can reuse in real projects.
React Tutorial Series (2/103). Prefer one article? Read the complete React tutorial.
Short description
React focuses on rendering UI from state. You describe what the UI should look like; React updates the DOM efficiently.
React at a glance
Components
Declarative UI
One-way data flow
Virtual DOM / reconciler
Rich ecosystem