JKJaydeep Kanzariyainjaydeepkanzariya.hashnode.dev·Aug 31 · 1 min readThe Virtual DOM isn't faster than the DOM — here's what it buys youThe Virtual DOM isn't faster than the DOM — here's what it buys you00
JKJaydeep Kanzariyainjaydeepkanzariya.hashnode.dev·Aug 31 · 1 min readNot every realtime feature needs a WebSocketNot every realtime feature needs a WebSocket00
JKJaydeep Kanzariyainjaydeepkanzariya.hashnode.dev·Aug 31 · 1 min readCache it, throttle it, watch it: the three layers scale is built onCache it, throttle it, watch it: the three layers scale is built on00
JKJaydeep Kanzariyainjaydeepkanzariya.hashnode.dev·Aug 31 · 1 min readKafka is a log, not a queue — and that's the whole ideaKafka is a log, not a queue — and that's the whole idea00
JKJaydeep Kanzariyainjaydeepkanzariya.hashnode.dev·Aug 31 · 13 min readThe App Router is a boundary system, not a routing systemNext.js 16 renamed middleware.ts to proxy.ts. The release notes give a one-line reason: to make the app's network boundary explicit. In the same release, caching stopped happening unless you ask for i00