Declarative UI, component-based architecture, and key React features
React describes what the UI should look like for a given state and builds it from reusable components.
- Declarative code describes desired UI
- Components encapsulate markup, behavior, and reuse
- Composition is central to React design
Declarative UI, component-based architecture, and key React features