Next.js is a framework for building server-rendered React applications. It is built on top of Node.js and provides a set of features that make it easy to build performant, scalable applications. One of its key features is automatic code splitting, which ensures that only the code needed for a specific page is loaded, resulting in faster load times.
Next.js also has a built-in development server with hot-reloading, making it easy to develop and test your application. It also have automatic static optimization, it means it automatically generates a static version of your application when you build it for production.
Another feature is Server-side rendering of React components, which can improve the performance of your application by reducing the amount of work that needs to be done on the client-side. Next.js also has a built-in routing system that makes it easy to create dynamic pages and handle different types of requests.
It is a versatile and powerful framework that is well suited for building high-performance web applications, both simple and complex.
3059
JJ Kasper | 2743 |
Tim Neutkens | 2153 |
Joe Haddad | 1239 |
Jiachi Liu | 652 |
Shu Ding | 621 |
Tobias Koppers | 575 |
Steven | 448 |
Arunoda Susiripala | 397 |
vercel-release-bot | 368 |
Balázs Orbán | 266 |
Lee Robinson | 220 |
Hannes Bornö | 185 |
OJ Kwon | 175 |
Donny/강동윤 | 166 |
Guillermo Rauch | 162 |
greenkeeper[bot] | 157 |
Luis Alvarez D | 150 |
nkzawa | 146 |
Jimmy Lai | 145 |
Will Binns-Smith | 128 |
vercel-release-bot | 82 |
Zack Tanner | 37 |
Tobias Koppers | 34 |
Jiachi Liu | 24 |
Tim Neutkens | 23 |
JJ Kasper | 22 |
Lee Robinson | 18 |
Shu Ding | 18 |
Jimmy Lai | 17 |
Wyatt Johnson | 16 |
OJ Kwon | 15 |
Justin Ridgewell | 9 |
Leah | 9 |
Andrew Clark | 7 |
Josh Story | 7 |
Sebastian Markbåge | 7 |
Donny/강동윤 | 5 |
Jon Meyers | 5 |
mknichel | 5 |
Asad Khan | 4 |
Visit https://nextjs.org/learn to get started with Next.js.
Visit https://nextjs.org/docs to view the full documentation.
Next.js is used by the world's leading companies. Check out the Next.js Showcase to learn more.
The Next.js community can be found on GitHub Discussions, where you can ask questions, voice ideas, and share your projects.
To chat with other community members you can join the Next.js Discord.
Our Code of Conduct applies to all Next.js community channels.
Please see our contributing.md.
We have a list of good first issues that contain bugs that have a relatively limited scope. This is a great place to get started, gain experience, and get familiar with our contribution process.
If you believe you have found a security vulnerability in Next.js, we encourage you to responsibly disclose this and not open a public issue. We will investigate all legitimate reports. Email security@vercel.com
to disclose any security vulnerabilities.