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.