Update 01-motivation.md

This commit is contained in:
Pete Hunt
2013-07-14 17:07:57 -07:00
committed by petehunt
parent 3085254a91
commit f9741b0728
+2 -2
View File
@@ -2,7 +2,7 @@
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](http://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 has two main ideas:
We built React to solve one problem: **building large applications with data that changes over time**. To do this, React has two main ideas.
## Stay simple and declarative
@@ -20,4 +20,4 @@ React challenges a lot of conventional wisdom, and at first glance some of the i
## Learn more
You can learn more about our motivations behind building React in [this blog post](http://facebook.github.io/react/blog/2013/06/05/why-react.html).
You can learn more about our motivations behind building React in [this blog post](http://facebook.github.io/react/blog/2013/06/05/why-react.html).