A surprising irony about working in TypeScript: The better I get at it, the...
A surprising irony about working in TypeScript:
The better I get at it, the fewer types I declare.
I declare types at the “edges” of my app:
✅Endpoint responses
✅Environment vars
✅Browser storage
✅Querystrings
These types “flow” throughout the app.
#typescript