From 44afce5f60acd6a7dac1e4cc7e9a412c32f1a368 Mon Sep 17 00:00:00 2001 From: petehunt Date: Tue, 29 Oct 2013 00:05:08 -0700 Subject: [PATCH] less aggro --- index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.md b/index.md index 7157478e..d6af1c5f 100644 --- a/index.md +++ b/index.md @@ -7,17 +7,17 @@ id: home
-

Composable components

+

Composition

- React isn't the first JS library to let you build components. But it's the - only one that takes composition (building components out of other components) seriously. + React isn't the first JS library to let you build components. But it's + the only one that emphasizes building components out of other components above all else.

Virtual DOM

- React uses a virtual DOM representation for ultra-high performance. It can also - render on the server using Node.js — no heavy browser DOM required. + 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.