jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →TypeScript using Keyword and Explicit Resource Management: Done Right
July 3, 2026
TypeScript's using keyword and explicit resource management eliminate the most common source of production memory leaks. Learn the patterns that matter.
Migrating a 200k-Line Codebase from TypeScript 5.x to 6.0: What Actually Broke
July 2, 2026
A detailed account of migrating 200,000 lines from TypeScript 5.x to 6.0, covering the three breaking changes that generated thousands of errors, the migration strategy that failed first, and the tooling that ultimately saved the project.
How TypeScript Infers Types Through Async Generators in 2026
July 1, 2026
Most async generator type errors stem from TypeScript's inability to infer yield types. This post reveals the three-parameter type system that eliminates inference failures in production code.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.