jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →TypeScript Isolated Declarations: Real-World Performance Gains in Monorepo Build Times
June 24, 2026
Most monorepo build bottlenecks stem from sequential declaration file generation. The --isolatedDeclarations flag enables parallel .d.ts emit with 3x to 15x faster builds. Here's how to configure it and migrate your codebase without breaking changes.
TypeScript 5.8 erasableSyntaxOnly Flag: What It Means for Your Codebase in 2026
June 22, 2026
The erasableSyntaxOnly compiler flag changes how teams write TypeScript for native Node.js execution. Learn which features it disables, why that matters for build pipelines, and how to migrate production code without breaking changes.
React Server Components in 2026: Patterns, Pitfalls, and When to Actually Use Them
June 21, 2026
Most RSC adoption failures stem from misunderstanding the server/client boundary. This post covers production-ready patterns, common serialization pitfalls, and the decision framework for when server components actually solve your problem.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.