Next.js 16.3 aims to reduce dreaded FATAL ERROR messages

← Back to the feed

Next.js 16.3 aims to reduce dreaded FATAL ERROR messages

The Register · 3 hours ago

Vercel's Next.js team has released version 16.3 of the open-source React framework, targeting the memory crashes that have long plagued developers building complex applications. The update, the first feature release since October 2025, cuts memory usage by up to 90% while also improving rendering speed and runtime performance, all without breaking backward compatibility with existing projects.

The gains largely come from tweaks to Turbopack, the bundler that replaced Webpack, which now has disk caching and memory eviction enabled by default; a 50-route instance that previously used around 4.6GB now needs just 840MB. Vercel's tests also showed compilation times dropping from 21 seconds to 9.2 seconds, and the release includes an experimental Rust-based React Compiler that can cut build times by up to 46%. Separately, adopting TypeScript 7 promises a tenfold performance boost, while changes to server-side rendering allow the engine to handle 22% more requests.

  • Next.js 16.3 cuts memory use by up to 90%, reducing crashes
  • Turbopack caching and eviction changes drive most of the improvement
  • Faster builds, rendering and TypeScript 7 support also included

Software

Read the full article at the source →