jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →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.
TypeScript Decorators Are Finally Stable: Real-World Use Cases Beyond Classes
June 30, 2026
Stage 3 decorators bring runtime metadata, validation, and dependency injection patterns to production TypeScript. The performance trade-offs matter more than the syntax sugar.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.