- ex01 - HandsOn (JSX and props)
- ex02 - Components (composition and children)
- ex03 - Local state and clicks (get interactive)
- ex03bis -> use useState
- ex04 - Conditional, Lists (show 'em all)
- ex05 - Controlled Components - Input (search)
- ex06 - Lifecycle and Effects (async ftw)
- ex07 - Navigation
- ex08 - Context
- ex09 - Reuse logic and forms
- ex10 - put people into redux state
- ex11 - build a public state API
- ex12 - leverage application state
- ex13 - add async processing to state API