TypeScript7 min read
TypeScript 5.6: What's New for Frontend Developers
TypeScript 5.6 caught three bugs in our codebase on the first build conditions that always evaluated to truthy, silently ignored for months. The new nullish and...
All posts tagged with #type-safety
TypeScript 5.6 caught three bugs in our codebase on the first build conditions that always evaluated to truthy, silently ignored for months. The new nullish and...
When TypeScript 5.5 dropped on June 20, 2024, I expected incremental improvements. What I got instead was a productivity revolution. After six months of using i...
Last month, I cut 300 lines of repetitive type definitions from our codebase using just five TypeScript utility types. What used to take me 30 minutes of carefu...