From 3b5ed4b56e7ed38dca9c983a93fcb00a2cc69512 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Mon, 13 Feb 2017 23:25:47 +0000 Subject: [PATCH] Update Thinking in React embed to match the link (#8996) --- docs/thinking-in-react.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/thinking-in-react.md b/docs/thinking-in-react.md index 6e212ba92..daa833d1a 100644 --- a/docs/thinking-in-react.md +++ b/docs/thinking-in-react.md @@ -132,7 +132,7 @@ You can start seeing how your application will behave: set `filterText` to `"bal ## Step 5: Add Inverse Data Flow -

See the Pen Thinking In React: Step 5 on CodePen.

+

See the Pen Thinking In React: Step 5 on CodePen.

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`.