Next.js 16 makes Turbopack the default bundler (much faster dev refresh & builds), introduces a consolidated/explicit caching surface (new cache primitives + revalidateTag() / updateTag() patterns), improves routing with layout deduplication and incremental prefetching, stabilizes React Compiler integrations (automatic memoization), and adds build-adapter hooks for custom build behavior. These changes are focused on making big apps faster and easier to reason about while giving maintainers finer control of caching and build behavior.
Loading...
