useState with typescript 2

PHOTO EMBED

Fri Apr 26 2024 05:59:42 GMT+0000 (Coordinated Universal Time)

Saved by @temp

const [user, setUser] = useState<User>({} as User);

// later...
setUser(newUser);
content_copyCOPY

https://github.com/typescript-cheatsheets/react