diff --git a/index.md b/index.md index 8f054324..d2bdd873 100644 --- a/index.md +++ b/index.md @@ -17,8 +17,7 @@ id: home
- 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. + React abstracts away the DOM from you, giving a simpler programming model and better performance. React can also render on the server using Node and can power native apps using React Native.