Exercise #86: Generic Localstorage Hook
React + TypeScript ยท 05-generics
Goal

Goal: Make the hook generic so `get` returns `T | null` and `set` requires `T`.

Run "Check Solution" to validate your code in the browser.