Manuals / React Basics / Chapter 1
Start · beginner · ~25 min · Chapter 1 of 4
Why React
UI as a function of state — the mental model that unlocks everything else.
Key idea
React lets you describe UI from state instead of manually mutating the DOM. Components compose like Lego.
Key ideaDrag stickies · tap for tips
Quick check
React is primarily about…
Do this now
Write 3 notes on: Why React.
Was this step clear?
Chapter learning outcomes
- Components
- Declarative UI
- When not to use React
Clear these before you leave