Update README.md

This commit is contained in:
James Pearce
2015-03-28 10:33:56 -07:00
parent 494be2179c
commit 78dd5e2c1e

View File

@@ -6,7 +6,7 @@ React is a JavaScript library for building user interfaces.
* **Virtual DOM:** React uses a *virtual DOM* diff implementation for ultra-high performance. It can also render on the server using Node.js — no heavy browser DOM required.
* **Data flow:** React implements one-way reactive data flow which reduces boilerplate and is easier to reason about than traditional data binding.
**NEW**: Check out our newest project [React Native](https://github.com/facebook/react-native), which uses React and JavaScript to create native mobile applications.
**NEW**! Check out our newest project [React Native](https://github.com/facebook/react-native), which uses React and JavaScript to create native mobile apps.
[Learn how to use React in your own project.](http://facebook.github.io/react/docs/getting-started.html).