React Overview
React Overview
Section titled “React Overview”Use this page as the front door for the React section.
Recommended Reading Paths
Section titled “Recommended Reading Paths”Learn the fundamentals
Section titled “Learn the fundamentals”Focus on application behavior
Section titled “Focus on application behavior”Browse by Hub
Section titled “Browse by Hub”| Hub | Focus |
|---|---|
| Component Model | Components, JSX, props, and composition patterns. |
| State and Side Effects | Local state, effects, derived UI, and data flow boundaries. |
| Rendering and Composition | Rendering patterns, lists, conditional UI, and reusable composition. |
What This Section Covers
Section titled “What This Section Covers”- React fundamentals and mental models
- component composition and JSX structure
- props, state, hooks, and effects
- practical guidance for building maintainable UI code