← All articles

Tag

Webdev

2 posts

Next.js 16.3 Instant Navigations: The Release That Finally Fixes the Thing Everyone Complained About

Server Components made Next.js apps fast to render and slow to click through. Next.js 16.3 fixes that with Instant Navigations, Partial Prefetching, and a client-side cache built on the use cache directive. Here is what actually changed, what it costs you to adopt, and whether you should turn the flags on today.

ES2026 Is Here: The JavaScript Features That Actually Change How You Write Code

ES2026 ships the Temporal API, explicit resource management with using and await using, Error.isError(), and Array.fromAsync. Some of these solve problems you have been working around for years. Others are subtle but eliminate real classes of bugs. Here is what each one does and when it matters.