Exercise #83: Use Effect
React + TypeScript ยท 03-hooks
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Return a cleanup function from the effect to clear the timeout.
Check Solution
Run "Check Solution" to validate your code in the browser.