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