Exercise #92: Currying Hooks
React + TypeScript ยท 06-advanced-hooks
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Make `useComputed` generic so its return type is inferred from `factory`.
Check Solution
Run "Check Solution" to validate your code in the browser.