mirror of
https://github.com/facebook/react.git
synced 2026-02-22 03:42:05 +00:00
Update README.md
This commit is contained in:
@@ -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).
|
||||
|
||||
|
||||
Reference in New Issue
Block a user