jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →TypeScript Recursive Types in 2026: Modeling JSON, Trees, and Deep Partial Without Hitting the Limit
July 23, 2026
Master recursive types to model JSON values, file systems, and nested data structures. Learn production patterns that avoid TypeScript's recursion depth limit while maintaining type safety.
TypeScript 6.0 `--noEmit` and Type-Only Builds: Why Your CI Pipeline Should Never Call tsc for Output Again
July 22, 2026
Most CI pipelines waste minutes waiting for tsc to transpile code that production never uses. The --noEmit flag and type-only checks unlock parallel builds that finish 3x faster while catching every type error.
TypeScript Abstract Classes vs Interfaces in 2026: Which to Reach For and When
July 21, 2026
Most TypeScript engineers misuse abstract classes and interfaces because they treat them as interchangeable. Learn the structural differences, performance implications, and decision framework that separates production-ready architectures from brittle code.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.