jsmanifest
Modern web development insights. React, TypeScript, and beyond.
Recent Posts
View all →React useSyncExternalStore in 2026: The Hook Every State Library Uses and Why You Should Understand It
August 29, 2026
Understand the hook that powers Zustand, Jotai, and Redux. Learn why React 18's concurrent rendering demands useSyncExternalStore and how to build type-safe external stores that never tear.
Claude Code Tool Result Caching in 2026: Reducing Redundant File Reads and Shell Calls in Long Agent Sessions
August 28, 2026
Most agent performance problems stem from repeated tool calls in long sessions. Learn how Claude's tool result caching eliminates redundant file reads and shell commands, cutting token costs by 40-60% in multi-hour coding workflows.
TypeScript Proxy and Reflect With Full Type Safety: Patterns That Do Not Lie to the Compiler
August 27, 2026
Most Proxy implementations sacrifice type safety for runtime flexibility. This guide shows the patterns that preserve complete type inference while using Proxy and Reflect APIs.
Stay Updated
Get the latest articles and updates delivered straight to your inbox.