Skip to main content

React Concepts

React concepts cover the core mental models and architectural patterns that shape how components are designed, rendered, and composed in modern React applications.

Context

  • depends-on React Components — the component library these concepts underpin
  • pairs-with React Hooks — the stateful primitives that apply these concepts
  • pairs-with HTML Innovation — the platform capabilities React concepts build on