Example 4 · 30–35 min
Countdown Timer + Typewriter
useRef · useEffect cleanup · Stale Closures
The Question
"Build a countdown timer that supports pause and resume, and a typewriter that cycles through strings character-by-character. Both must clean up their intervals on unmount and avoid stale closure bugs when updating state."
useRefuseEffect cleanupstale closuresfunctional updatesinterval / timeout