Exercise #86: Generic Localstorage Hook
React + TypeScript ยท 05-generics
Go back to exercises
Goal
Goal: Make the hook generic so `get` returns `T | null` and `set` requires `T`.
Check Solution
Next
Run "Check Solution" to validate your code in the browser.