Build React Hooks πͺ
Intro
Loading "Build React Hooks Introduction"
Run locally for transcripts
π¨βπΌ Hello, my name is Peter the Product Manager. I'm here to help you get
oriented and to give you your assignments for the workshop!
We're going to build our own implementation of React hooks so you get a deeper
understanding of how they work behind the scenes. We'll be building
useState
and useEffect
.This will of course not be as rigorous as the official implementation.
You're gonna rock with this! Let's get going!
π¦Ί One note, we're going to be doing some fun hackery around here so we'll be
abusing TypeScript a bit. Feel free to throw around
any
and
// @ts-expect-error
here and there.π΅ Check out the workshop theme song! πΆ
Loading "Epic React: Build React Hooks Theme Song"
- Exercises
- 1useState
- 2Multiple Hooks
- 3useEffect