Next.js Conf 2024: What the Team Announced

Next.js Conf 2024 wrapped up yesterday in San Francisco, bringing together over 1,000 community members in person and tens of thousands online. The annual event served as a platform for the Next.js team to share research, upcoming framework improvements, and updates from the broader ecosystem.

Since last year's conference, the project has seen significant momentum:

  • Five new versions of Next.js released
  • 4,000+ pull requests merged
  • 570 new community contributors welcomed
  • Downloads crossing 7 million per week, making it the most popular frontend framework per the StackOverflow Developer Survey and State of JavaScript
Next.js isn't possible without our community—thank you.

A new Next.js community GitHub organization was also introduced, launching with ten templates for deploying Next.js across various providers. The team plans to expand this repository with community adapters and additional resources over time.

As a gesture of appreciation, all proceeds from conference tickets were donated back to open source projects that support the Next.js ecosystem.

Keynote Themes: Work, Right, Fast

The keynote centered on three guiding principles for the framework's evolution:

  • Make it work: A refined App Router model aims to deliver more predictable data fetching and rendering behavior.
  • Make it right: Turbopack for development is now stable, offering reduced memory usage, faster initial compilation for large pages, and improved error messages and trace stacks for more confident iteration.
  • Make it fast: The API surface is being streamlined toward fewer, more powerful, and more flexible options to simplify caching.