Next.js 16.3 brings significant Turbopack performance improvements. Key highlights include up to 90% reduction in dev server memory usage via in-memory cache eviction backed by filesystem persistence, persistent disk cache for `next build` (yielding up to 5.5× faster cached builds), and an experimental Rust-native React Compiler integration offering 20–50% compilation speedups over the Babel version. The release also adds Vite-compatible `import.meta.glob` API support with file-watcher integration, over 15% faster HMR cold start on complex apps, smaller runtime bundles by shipping only needed features, and per-package PostCSS configuration support for monorepos. Several compatibility fixes round out the release.
Table of contents
Reducing memory usage in dev modeFile System cache for buildsExperimental Rust React compilerimport.meta.globHMR improvementsSmaller runtime sizeLocal PostCSS configurationCompatibility and reliability351.5K Impressions11 Comments