From abf95dcbd252d41e1c06a66ca6817424a8fdfbe6 Mon Sep 17 00:00:00 2001 From: Jim Date: Sun, 2 Aug 2015 20:04:37 -0700 Subject: [PATCH] Merge pull request #4381 from mikrofusion/clarify-main-ideas clarify the two main ideas behind react. (cherry picked from commit ff7996b58a546b178295a0f6f60cdfb8b7ddbc10) --- docs/docs/01-why-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/01-why-react.md b/docs/docs/01-why-react.md index ddf57324de..fd94b2f04d 100644 --- a/docs/docs/01-why-react.md +++ b/docs/docs/01-why-react.md @@ -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