Next.js

Next.js is an open-source web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static website generation.

Next.js
Original author(s)Guillermo Rauch
Developer(s)Vercel and the open-source community
Initial releaseOctober 25, 2016 (2016-10-25)
Stable release
14.1.0  / 18 January 2024 (18 January 2024)
Preview release
v13.3.1-canary.03
Repositorygithub.com/vercel/next.js
Written inJavaScript, TypeScript, and Rust
PlatformWeb platform
Size17.0 MB
TypeWeb application framework
LicenseMIT License
Websitenextjs.org

React documentation mentions Next.js among "Recommended Toolchains" advising it to developers when "building a server-rendered website with Node.js". Where traditional React apps can only render their content in the client-side browser, Next.js extends this functionality to include applications rendered on the server-side.

The copyright and trademarks for Next.js are owned by Vercel, which also maintains and leads its open-source development.

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.