@ -132,8 +132,8 @@ You can start seeing how your application will behave: set `filterText` to `"bal
## Step 5: Add Inverse Data Flow
<pdata-height="600"data-theme-id="0"data-slug-hash="ALxdJq"data-default-tab="js"data-user="lacker"data-embed-version="2"class="codepen">See the Pen <ahref="http://codepen.io/lacker/pen/ALxdJq/">Thinking In React: Step 5</a> on <ahref="http://codepen.io">CodePen</a>.</p>
<pdata-height="265"data-theme-id="0"data-slug-hash="JbYQvL"data-default-tab="js,result"data-user="snakajima"data-embed-version="2"data-pen-title="Thinking In React: Step 5"class="codepen">See the Pen <ahref="http://codepen.io/snakajima/pen/JbYQvL/">Thinking In React: Step 5</a> on <ahref="http://codepen.io">CodePen</a>.</p>
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`.