jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →TypeScript Exclude and Extract in Depth: Filtering Union Types for Real API Contracts
August 19, 2026
Master Exclude and Extract utility types to build type-safe API contracts, event handlers, and conditional type helpers that catch bugs at compile time.
TypeScript 6.0 Strict Function Types: Why Contravariance Breaks Your Existing Callbacks
August 18, 2026
TypeScript 6.0 makes strictFunctionTypes the default, breaking callbacks that relied on bivariant parameter checking. Learn why contravariance matters and how to migrate production code without sacrificing type safety.
TypeScript 6.0 --moduleDetection Force: Why Your Ambient Declarations Broke and How to Fix Them
August 17, 2026
The moduleDetection: force option breaks ambient declarations by treating all .d.ts files as modules. Learn the three detection modes, why this change matters, and two proven patterns to fix your type definitions.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.