Next.js 15.1 released with React 19 support, new APIs, ESLint 9 integration, and more

Next.js 15.1 released with React 19 support, new APIs, ESLint 9 integration, and more

Next.js 15.1 has been released, introducing several enhancements and new features for the React framework. This update brings official support for React 19 in both Pages Router and App Router. Developers can expect improved error debugging, with enhanced developer experience (DX) and better source maps available for both browsers and terminals.

A notable addition is the new API that allows code execution after a response has finished streaming. In terms of authentication, experimental forbidden and unauthorized APIs have been introduced for more detailed error handling. The release also includes support for ESLint 9, increases the maximum cache tags to 128, and provides an option to disable the experimental CssChunkingPlugin. Furthermore, experimental CSS inlining support has been added, alongside various other improvements and bug fixes.

by Paul

Next.js iconNext.js
  14
  • ...

Next.js is a Static Site Generator that offers a comprehensive developer experience, integrating features like hybrid static and server rendering, TypeScript support, smart bundling, and route pre-fetching without requiring configuration. Rated 3, it excels in creating Progressive Web Apps and supports server-side rendering with React. Alternatives include Hugo, Jekyll, and React.

No comments so far, maybe you want to be first?
Gu