Exercise #87: Generic Hooks
React + TypeScript ยท 05-generics
Goal

Goal: Make the hook generic so `value` and `set` are correctly typed from the initial value.

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