mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
Step2-01 exercise updates
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user