From 8a024c1b849ff2001b2932bb99660062e3c271b7 Mon Sep 17 00:00:00 2001 From: Ben Alpert Date: Thu, 26 Mar 2015 10:42:01 -0700 Subject: [PATCH] [docs] Tweak words on homepage --- index.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/index.md b/index.md index 8f054324..d2bdd873 100644 --- a/index.md +++ b/index.md @@ -17,8 +17,7 @@ id: home

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. + 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.