Skip to content

React Features

This page organizes the React section by core capability rather than by one long introduction.

TopicWhy It MattersGuide
Components and JSXDefines how React applications express UI structure.Components and JSX
State and PropsExplains data flow into and within components.State and Props
Hooks and EffectsCovers stateful logic, side effects, and reusable behavior.Hooks and Effects