Next.js
Sign in to saveAlso known as NextJS
Next.js is an open-source full-stack web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static rendering.
Key facts
- Software.name
- Next.js
- Software.logo
- Next.js wordmark.svg
- Software.logo class
- skin-invert
- Software.logo alt
- The Next.js wordmark
- Software.logo caption
- Vercel Next.js wordmark
- Software.author
- Guillermo Rauch, Tim Neutkens, Naoyuki Kanezawa, Arunoda Susiripala, Tony Kovanen, Dan Zajdband
- Software.developer
- Vercel and the open-source community
- Software.latest preview version
- v15.4.0-canary.74
- Software.programming language
- JavaScript, TypeScript, and Rust
- Software.platform
- Web platform
- Software.genre
- full-stack web framework
- Software.license
- MIT License
via Wikipedia infobox
Wikidata facts
- Official website
- nextjs.org
Show 4 more facts
- inception
- 2016-10-25
- source code repository URL
- github.com/vercel/next.js
- software version identifier
- 16.2.4
- social media followers
- 133251
Sources (12)
via Wikidata · CC0
~8 min read
Article
7 sectionsContents
- Background
- Development history
- Styling and features
- Security
- See also
- References
- External links
Next.js is an open-source full-stack web development framework created by the private company Vercel providing React-based web applications with server-side rendering and static rendering.
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.