Course Overview
But Why?
Managing State with Hooks
Adding Side Effects
- (Bonus) Execution Context, Scopes, and Closures25:30 video · 14 minute read
- (Quiz) Execution Contexts
- The useEffect Hook14:52 video · 13 minute read
- (Quiz) useEffect
- (Practice) Character Limit
- (Solution) Character Limit3:08 video
- (Practice) Wait Delay
- (Solution) Wait Delay1:52 video
- (Practice) API Requests
- (Solution) API Requests5:26 video
Custom Hooks
- Rules of Hooks
- (Quiz) Rules of Hooks
- (Bonus) Higher-order Components15 minute read
- (Quiz) Higher-order Components
- (Bonus) React Render Props13 minute read
- (Quiz) React Render Props
- Creating Custom Hooks6:48 video · 9 minute read
- (Quiz) Custom Hooks
- (Practice) useWait
- (Solution) useWait1:56 video
- (Practice) useWindowDimensions
- (Solution) useWindowDimensions2:52 video
- (Practice) useFetch
- (Solution) useFetch2:36 video
Managing (Complex) State
New Render, Same Value
Bypassing Props
Performance
Project
Next steps