From 03a775d03a7bb79ef44c3c8d66661b458b662dbd Mon Sep 17 00:00:00 2001 From: yelin Date: Tue, 2 Dec 2014 16:41:18 +0800 Subject: [PATCH] fix doc fiddle bug --- docs/thinking-in-react.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/thinking-in-react.html b/docs/thinking-in-react.html index 92330f18a57..0e53da97be0 100644 --- a/docs/thinking-in-react.html +++ b/docs/thinking-in-react.html @@ -506,7 +506,7 @@

St

You can start seeing how your application will behave: set filterText to "ball" and refresh your app. You'll see the data table is updated correctly.

Step 5: Add inverse data flow #

- +

So far we've built an app that renders correctly as a function of props and state flowing down the hierarchy. Now it's time to support data flowing the other way: the form components deep in the hierarchy need to update the state in FilterableProductTable.