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