October 21, 2025
Next.js 16 includes Cache Components, stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.
October 09, 2025
Next.js 16 beta includes stable Turbopack, file system caching, React Compiler support, smarter routing, new caching APIs, and React 19.2 features.
August 18, 2025
Next.js 15.5 includes Turbopack builds in beta, stable Node.js middleware, TypeScript improvements, `next lint` deprecation, and deprecation warnings for Next.js 16.
July 14, 2025
Next.js 15.4 includes updates to performance, stability, and Turbopack compatibility.
April 09, 2025
Next.js 15.3 includes Turbopack for builds, new client instrumentation and navigation hooks, and more.
February 28, 2025
Learn about how to build APIs with Next.js.
February 26, 2025
Next.js 15.2 includes updates for debugging errors, metadata, Turbopack, and more.
January 03, 2025
Learn more about the API design and benefits of 'use cache'
December 10, 2024
Next.js 15.1 introduces React 19 stable support, improved error debugging, new experimental authorization APIs, and more.
October 24, 2024
Learn about our journey with caching in Next.js App Router.
October 21, 2024
Next.js 15 introduces React 19 support, caching improvements, a stable release for Turbopack in development, new APIs, and more.
It's been a long road, but we are happy to announce that `next dev --turbo` is now stable and ready to speed up your development experience.
October 15, 2024
The second Next.js 15 Release Candidate (RC) is now available. This version allows you to test the latest features before the upcoming stable release.
May 23, 2024
The Next.js 15 Release Candidate (RC) is now available. This early version allows you to test the latest features before the upcoming stable release.
April 11, 2024
Next.js 14.2 includes development, production, and caching improvements. Including new configuration options, 99% Turbopack tests passing, and more.
January 18, 2024
Next.js 14 includes improvements to self-hosting, error messages, parallel and intercepted routes, Turbopack, and more.
October 26, 2023
Next.js 14 includes included performance, stability for Server Actions, a new course teaching the App Router, and more.
October 23, 2023
Learn about what security protections are built-in Next.js and view a guide for auditing applications.
September 19, 2023
Next.js 13.5 includes 22% faster local server startup, 29% faster HMR (Fast Refresh), 40% less memory usage, and more.
June 22, 2023
The Next.js team is focused on performance, stability, and developer experience for the upcoming months.
May 04, 2023
Next.js 13.4 moves App Router to stable, Turbopack to beta, and introduces experimental support for Server Actions.
April 06, 2023
Next.js 13.3 introduces dynamic open graph images, advanced static exports, parallel routes and interception, OTEL support, and more.
February 23, 2023
Next.js 13.2 introduces major improvements to the App Router in preparation for stability, including SEO support, Route Handlers, MDX for Server Components, Type-Safe Links, and more.
December 22, 2022
Next.js 13.1 introduces improvements to the app directory, built-in module transpilation, stable edge runtime for API Routes, and many improvements to Turbopack support.
October 25, 2022
Next.js 13 introduces layouts, React Server Components, and streaming in the app directory, as well as Turbopack, an improved image component, and the brand new font component.
September 08, 2022
Next.js 12.3 introduces TypeScript Auto-Install, improved Fast Refresh, stable new Image Component, and more!
June 28, 2022
Next.js 12.2 introduces stable Middleware and On-Demand ISR, experimental Edge SSR and API Routes, and more!
May 23, 2022
Nested routes and layouts, client and server routing, React 18 features, and designed for Server Components.
February 17, 2022
Next.js 12.1 introduces on-demand ISR, support for styled-components and Relay, zero-config Jest support, and more!
October 26, 2021
Next.js 12 introduces a brand-new Rust compiler, Middleware (beta), React 18 Support, Native ESM Support, URL Imports, React Server Components (alpha), and more!
August 11, 2021
Next.js 11.1 introduces an important security patch, ES Modules support, performance improvements, Rust-based tooling, 2x faster data fetching when pre-rendering, and more!
June 15, 2021
Next.js 11 continues our mission to create the best developer experience with a new conformance system and performance improvements.
April 28, 2021
Next.js 10.2 introduces performance improvements (faster builds, refresh, and startup), improved accessibility, Automatic Webfont Optimization, and more!
March 29, 2021
Next.js 10.1 introduces 3x faster refresh, 58% smaller install size, 56% less dependencies, WebAssembly Image Optimization, improved next/image support, and more!
November 18, 2020
Learn different strategies for incrementally adopting Next.js into your development workflow.
October 27, 2020
Next.js 10 introduces Built-in Image Optimization, Internationalized Routing, Next.js Analytics, React 17 Support, and more!
July 27, 2020
Next.js 9.5 introduces Stable Incremental Static Regeneration, Custom Base Path, Redirects and Rewrites, Webpack 5 Beta, and more!
May 11, 2020
Next.js 9.4 introduces React Fast Refresh, Incremental Static Regeneration, New Environment Support, Built-in Fetch, and more!
March 09, 2020
Next.js 9.3 introduces new static-site generation improvements, native support for SCSS, reduced bundle sizes, static 404 pages, and more!
January 15, 2020
Next.js 9.2 introduces native support for CSS, aggressive code-splitting, catch-all dynamic routes, and more!
January 06, 2020
Next.js 9.1.7 improves upon a solid foundation, improving the enterprise-ready 9.1 release-channel. Upgrade for smaller client-side JavaScript bundles, redesigned CLI output, faster FCP/TTI, and more!
October 09, 2019
We're delighted today to introduce the new Create Next App. Create Next App sets up a modern React application powered by Next.js in one command.
October 07, 2019
Next.js 9.1 leverages convention to support more project structures by default. Additionally, we're previewing new feature support such as CSS imports, advanced bundling, and static error pages.
September 30, 2019
Next.js 9.0 was released approximately two months ago. Since then, we’ve been busy with 7 smaller but quite important releases. Let’s dive into what these releases have brought to your websites and applications, with absolutely no breaking changes.
July 08, 2019
Next.js 9 includes TypeScript support, Dynamic Routing, API Routes, Automatic Static Optimization, and more!
April 16, 2019
Next.js 8.1 introduces AMP support on a per-page basis, allowing incremental adoption of AMP.
April 02, 2019
Next.js 8.0.4 introduces build performance improvements, smaller bundles, stonger defaults, and more.
March 28, 2019
Styled JSX is a CSS-in-JS library that allows you to write encapsulated and scoped CSS to style your components. This blog post will help you get started with using Styled JSX in Next.js.
February 19, 2019
Recently Next.js 8 was introduced. The release included a massive build-time memory usage reduction. This blog post will explore how we have helped optimize webpack for the community.
February 11, 2019
Next.js 8 introduces Serverless Mode, smaller bundles, performance improvements, and more.
September 19, 2018
After 26 canary releases and 3.4 million downloads, we are proud to introduce the production-ready Next.js 7
June 27, 2018
Next.js 6.1 features improved reliability and consistency in development
May 16, 2018
Next.js 6 features zero-configuration static exports, App Component, Babel 7 and more
March 26, 2018
Next.js 5.1 features support for environment configuration, phases, source maps, and new Next.js plugins.
February 05, 2018
Next.js 5 focuses on greater extensibility, composability for large applications and performance