TypeScript
Type system tricks, generics, utility types, and writing TypeScript that actually helps.
- Type narrowing is the skill, not the syntaxLearning TypeScript syntax is easy. Learning to narrow types correctly — and knowing when not to — takes longer.
- The TypeScript utility types I reach for every weekTypeScript ships a standard library of type transformers. These are the five I use constantly and the one I keep forgetting.