U
React Guide

Example 4 · 30–35 min

Countdown Timer + Typewriter

useRef · useEffect cleanup · Stale Closures

Senior Level

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

Countdown Timer

01:00

Typewriter