Hooks API
### Which 3 things had you heard about previously and now have better clarity on?
- That hooks are used to taklk directly to other elelmens without having to expressly navigate the component structure
- Hooks can be set to occur when certain conditions are met.
- Hooks simplify React code.
### Which 3 things are you hoping to learn more about in the upcoming lecture/demo?
- how do I use hooks to update a previous and “stateful” component?
- When do you still want to use class based logic?
- When converting legacy code does it be come a mix ro is it completely function based afterwards?
### What are you most excited about trying to implement or see how it works?
- I’d really like to see how hooks help with animations.
- I want to know how react and CSS can work together
- Curious how hooks effect state and routing.
Terms
- Composition: A way to break down bigger components
- Children: identifies components in their hierarchy.
- Hash Routing: uses hash data ti keep your URL and UI in sync