mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-26 18:58:17 +00:00
9 lines
288 B
Markdown
9 lines
288 B
Markdown
---
|
||
title: Component-Based
|
||
order: 1
|
||
---
|
||
|
||
Build encapsulated components that manage their own state, then compose them to make complex UIs.
|
||
|
||
Since component logic is written in JavaScript instead of templates, you can easily pass rich data through your app and keep state out of the DOM.
|