Exercise #82: Use State With Undefined
React + TypeScript ยท 03-hooks
Go back to exercises
Open in TypeScript Playground
Goal
Goal: Type `useState` so the state is `Data | undefined` before fetch resolves.
Check Solution
Run "Check Solution" to validate your code in the browser.