jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →TypeScript Covariance and Contravariance Without the Theory: A Practical Guide to Generic Type Safety
September 15, 2026
Most type safety breakdowns in TypeScript stem from misunderstanding variance. Learn how covariance and contravariance protect your codebase from runtime failures without the academic jargon.
TypeScript 6.0 `--strictBuiltinIteratorReturn`: What Changes When Iterators Finally Have Correct Return Types
September 14, 2026
The iterator return type loophole that existed since TypeScript 2.3 is finally closing. Learn how --strictBuiltinIteratorReturn affects code that relies on iterator protocol semantics and what breaks when you flip the switch.
React Context in 2026: When It Still Beats Zustand and When It Quietly Destroys Performance
September 13, 2026
Most React performance problems stem from misusing Context API as a state manager. This matters because the difference between dependency injection and state management determines whether your app scales or collapses under load.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.