From 3a4713c6c21ef0232237f2587a9caa32d71a56b9 Mon Sep 17 00:00:00 2001 From: petehunt Date: Mon, 4 Nov 2013 12:22:43 -0800 Subject: [PATCH] get rid of composition --- index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/index.md b/index.md index d6af1c5f..2ccbb676 100644 --- a/index.md +++ b/index.md @@ -7,10 +7,11 @@ id: home
-

Composition

+

Just the UI

- 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. + Lots of people use React as the V in MVC. + Since React makes no assumptions about the rest of your technology stack, + it's easy to try it out on a small feature in an existing project.