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