jsmanifest
Modern web development insights. React, TypeScript, and beyond.
50+Articles
5+Years Writing
100K+Readers
index.ts
Recent Posts
View all →TypeScript 6.0 Released: Every Breaking Change You Need to Know
July 6, 2026
TypeScript 6.0 marks the final JavaScript-based release with strict defaults, ES5 removal, and breaking tsconfig changes. Here's what breaks and how to fix it.
typescriptbreaking changesmigration+1
TypeScript 6.0 isolatedDeclarations: What It Actually Replaces and Why It Matters
July 5, 2026
TypeScript 6.0's isolatedDeclarations replaces the type checker bottleneck in .d.ts generation, enabling parallel builds and sub-second declaration emit in monorepos.
typescriptbuild-performancetype-definitions+2
TypeScript Branded Types vs. Nominal Types: Which Pattern Should You Use in 2026
July 4, 2026
Most type safety failures in TypeScript stem from treating all strings as interchangeable. Branded types prevent these errors at compile time without runtime overhead.
typescriptbranded-typesnominal-typing+2
Stay Updated
Get the latest articles and updates delivered straight to your inbox.