mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-23 20:23:08 +00:00
More Uniform Formating
Corrected so the formatting in this document matches the same as others.
This commit is contained in:
@@ -8,11 +8,11 @@ React is a JavaScript library for creating user interfaces by Facebook and Insta
|
||||
|
||||
We built React to solve one problem: **building large applications with data that changes over time**. To do this, React uses two main ideas.
|
||||
|
||||
### Simple
|
||||
## Simple
|
||||
|
||||
Simply express how your app should look at any given point in time, and React will automatically manage all UI updates when your underlying data changes.
|
||||
|
||||
### Declarative
|
||||
## Declarative
|
||||
|
||||
When the data changes, React conceptually hits the "refresh" button, and knows to only update the changed parts.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user