jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →TypeScript `using` in Real Codebases: Database Connections, File Handles, and Async Disposal Done Right
September 23, 2026
The `using` keyword eliminates resource leak footguns in production TypeScript. Learn how to implement disposable database connections, file handles, and async cleanup patterns that replace brittle try/finally blocks.
TypeScript 6.0 Declaration Emit Is Now Parallel by Default: What Your Monorepo Build Actually Gains
September 22, 2026
TypeScript 6.0's parallel declaration emit removes the sequential bottleneck that adds minutes to monorepo builds. This post measures the actual performance difference and shows what changes in your build pipeline.
TypeScript Generic Default Types in 2026: The Underused Feature That Cleans Up Your Component Prop Signatures
September 22, 2026
Generic default types eliminate boilerplate and prevent runtime crashes in component libraries. Learn how to use this TypeScript feature to build cleaner, safer APIs.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.