Exercise #87: Generic Hooks
React + TypeScript ยท 05-generics
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Make the hook generic so `value` and `set` are correctly typed from the initial value.
Check Solution
Run "Check Solution" to validate your code in the browser.