Exercise #92: Currying Hooks
React + TypeScript ยท 06-advanced-hooks
Goal

Goal: Make `useComputed` generic so its return type is inferred from `factory`.

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