You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,9 @@ React is a JavaScript library for building user interfaces.
6
6
***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.
7
7
***Data flow:** React implements one-way reactive data flow which reduces boilerplate and is easier to reason about than traditional data binding.
8
8
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).
0 commit comments