jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →TypeScript 6.0 Project References at Scale: Incremental Builds, Composite Projects, and What Teams Get Wrong
July 29, 2026
Most monorepo build failures stem from misunderstood project references. Learn how composite projects, incremental builds, and tsc -b actually work—and the subtle configuration mistakes that destroy build performance at scale.
TypeScript `never` in Practice: Exhaustive Checks, Impossible States, and Narrowing Dead Code
July 28, 2026
Master the never type for exhaustive checks, impossible state elimination, and compile-time guarantees. Learn practical patterns that catch bugs before they reach production.
TypeScript exactOptionalPropertyTypes: The Strict Flag That Catches the Bugs strict Misses
July 27, 2026
Most production TypeScript bugs stem from a single assumption: that strict mode catches every type safety hole. It doesn't. The exactOptionalPropertyTypes flag exposes runtime crashes that strict mode silently permits—here's why teams overlook it and how to fix it.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.