mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
Merge pull request #4381 from mikrofusion/clarify-main-ideas
clarify the two main ideas behind react.
(cherry picked from commit ff7996b58a)
This commit is contained in:
@@ -6,7 +6,7 @@ next: displaying-data.html
|
||||
---
|
||||
React is a JavaScript library for creating user interfaces by Facebook and Instagram. Many people choose to think of React as the **V** in **[MVC](https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller)**.
|
||||
|
||||
We built React to solve one problem: **building large applications with data that changes over time**. To do this, React uses two main ideas.
|
||||
We built React to solve one problem: **building large applications with data that changes over time**.
|
||||
|
||||
## Simple
|
||||
|
||||
|
||||
Reference in New Issue
Block a user