Merge branch 'master' into start

This commit is contained in:
Elizabeth Craig
2019-02-28 15:37:53 -08:00
committed by GitHub
30 changed files with 400 additions and 175 deletions

View File

@@ -1,4 +1,4 @@
# Types and Creating a UI Driven State
# Types and Creating a UI-Driven State
Now that we have a UI that is purely driven by the state of our app, we need to add functionality to allow the UI to drive the state. This is often done by creating functions that call `setState` like we saw in the `TodoHeader`. Values from the state are then passed down to the UI as props.