DEV Community

Discussion on: The Anatomy Of My Ideal React Component

Collapse
 
antjanus profile image
Antonin J. (they/them)

I really like this utility! I love that TS has so many of them.

I found typing return types manually to be a great way to document the intent of the return and being clear around what id like to return as I write the hook.

But I like the utility when I don’t want to export the type.