From f82a5206f05f49d87161b3de83d9b1f9f6520dad Mon Sep 17 00:00:00 2001 From: Michael Warner Date: Fri, 3 Apr 2015 20:37:42 -0700 Subject: [PATCH] More Uniform Formating Corrected so the formatting in this document matches the same as others. --- 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 a11b49bd..2d08cead 100644 --- a/docs/01-why-react.md +++ b/docs/01-why-react.md @@ -8,11 +8,11 @@ React is a JavaScript library for creating user interfaces by Facebook and Insta We built React to solve one problem: **building large applications with data that changes over time**. To do this, React uses two main ideas. -### Simple +## Simple Simply express how your app should look at any given point in time, and React will automatically manage all UI updates when your underlying data changes. -### Declarative +## Declarative When the data changes, React conceptually hits the "refresh" button, and knows to only update the changed parts.