Component Model
React's core concept: build UIs as a tree of isolated, reusable components. Each component manages its own state and renders predictably given the same props. This model scales from a single button to a 500-component enterprise dashboard.