Urgent.News

600+ sources. One page. See who else covered it.

Editions

Tech

Next.js 16.3 aims to reduce dreaded FATAL ERROR messages

New React framework lowers memory usage by 90%, team claims

Next.js 16.3 aims to reduce dreaded FATAL ERROR messages

Next.js developers agonized over memory issues when managing complex React applications. The dreaded "FATAL ERROR" message arose from running out of memory. Next.js, an open-source React framework, has released version 16.3 to alleviate this issue. The new version reduces memory usage by up to 90% compared to previous releases, with faster rendering and better runtime performance while maintaining backward compatibility.

The enhancements stem from the embedded Turbopack bundler, default disk caching, and memory eviction. A sample Next.js application managing 50 routes now consumes 840 MB of memory, a 82% reduction from the previous 4.6 GB. Early adopters reported memory usage dropping from 4 GB to 1.5 GB and 20 GB to 5 GB. Disk caching, tested as default on 16.3, reads the cache before compiling new code, compiling only the new bits.

Memory eviction, enabled by default for the "next dev" development environment, discards unused artifacts to disk when the operating system hits a threshold, re-loading them into memory later. The package also includes an experimental React Compiler built in Rust, potentially cutting page build times by 34% for cold builds and 46% for warm builds.

Runtime improvements include faster server-side rendering, eliminating the conversion of web streams in favor of native Node.js streams, allowing the engine to execute 22% more requests without code changes. Other performance enhancements include payload bundling, better caching for static assets, and a new debugging tool called Instant Navigations to highlight slow-acting components.

Next.js remains popular, with a recent Vercel accounting showing over a billion downloads, almost twice the number from the previous year.

Written by urgent.news from The Register's reporting — not their text. Machine-written — it may contain errors, so check the original before relying on it.

Also reported by 1 other outlet

Read the original at theregister.com →

More in Tech

Ceramic Shield 2 Is the Real Deal

Philip Michaels, writing last September for Tom’s Guide: iPhone 17 torture test videos done by JerryRigEverything indicate that Ceramic Shield 2 certainly resists scratching, with scratch testing…

MiniMax-H3, explained with your favourite TV shows

If you've been watching the open text-to-video space, MiniMax-H3 is one of the more interesting drops of the year. It generates short cinematic clips with a synced soundtrack from a text prompt, and…

  • MiniMax-H3 generates short cinematic clips with synchronized soundtracks from a single text prompt.
  • MiniMax-H3 is accessible via Hugging Face Inference Providers and Gradio node graph frontend.