Skip to content

Commit 494be21

Browse files
committed
'New' note
1 parent e30dd83 commit 494be21

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ React is a JavaScript library for building user interfaces.
66
* **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.
77
* **Data flow:** React implements one-way reactive data flow which reduces boilerplate and is easier to reason about than traditional data binding.
88

9-
[Learn how to use React in your own project.](http://facebook.github.io/react/docs/getting-started.html)
9+
**NEW**: Check out our newest project [React Native](https://github.com/facebook/react-native), which uses React and JavaScript to create native mobile applications.
10+
11+
[Learn how to use React in your own project.](http://facebook.github.io/react/docs/getting-started.html).
1012

1113
## Examples
1214

0 commit comments

Comments
 (0)