From 7406731c6cdc34f056fb4b5c12861cfa10a69042 Mon Sep 17 00:00:00 2001 From: Cheng Lou Date: Wed, 17 Jul 2013 00:12:21 -0400 Subject: [PATCH] changing back to 'give it five minutes', tweak that sentence --- docs/01-why-react.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/01-why-react.md b/docs/01-why-react.md index fa3e3191..2f753980 100644 --- a/docs/01-why-react.md +++ b/docs/01-why-react.md @@ -21,9 +21,9 @@ When the data changes, React conceptually hits the "refresh" button, and knows t React is all about building reusable components. In fact, with React the *only* thing you do is build components. Since they're so encapsulated, components make code reuse, testing, and separation of concerns easy. -## Give It a Try +## Give It Five Minutes -We solved a lot of problems through challenging conventional wisdom. [Give it Five Minutes](http://37signals.com/svn/posts/3124-give-it-five-minutes); engineers and designers have built thousands of components both inside and outside of Facebook and Instagram: those crazy ideas work. +React challenges a lot of conventional wisdom, and at first glance some of the ideas may seem crazy. [Give it five minutes](http://37signals.com/svn/posts/3124-give-it-five-minutes) while reading about this guide; those crazy ideas have worked for building thousands of components both inside and outside of Facebook and Instagram. ## Learn More