Full theory
- React builds UIs from reusable components.
- UI is a function of state — change state, React re-renders.
- Virtual DOM reconciles updates efficiently.
- Ecosystem — React Router, state libraries, Next.js.
- Interview — Component + state + one-way data flow.
Exam tip
Explain React as: meaning → why it matters → one tiny example.