Next.js: Difference between revisions

Content deleted Content added
m Add Spotify to list of websites using Next,js
top: ce
Line 5:
| logo alt = The Next.js logo, a stylization of its name
| logo caption = The Next.js Logo
| author = Guillermo Rauch<ref name=simplify>{{Citecite web |first=Matt |last=Asay |title=How Next.js aims to simplify front-end development |url=https://www.techrepublic.com/article/how-next-js-aims-to-simplify-front-end-development/ |access-date=2020-10-20 |website=[[TechRepublic]] |date=21 April 2020 |language=en |archive-date=2020-06-03 |archive-url=https://web.archive.org/web/20200603082105/https://www.techrepublic.com/article/how-next-js-aims-to-simplify-front-end-development/ |url-status=dead}}</ref>
| developer = [[Vercel]] and the open-source community<ref>{{Citecite web |url=https://github.com/vercel/next.js |title=vercel/next.js |website=GitHub |access-date=2019-03-17 |archive-date=2019-03-16 |archive-url=https://web.archive.org/web/20190316035131/https://github.com/vercel/next.js |url-status=live}}</ref>
| released = {{Startstart date and age|2016|10|25}}<ref name=originalRelease>{{Citecite web |url=https://github.com/vercel/next.js/releases/tag/1.0.0 |title=Next.js First Release |website=GitHub |date=2019-03-14 |access-date=2019-03-17 |archive-date=2020-10-10 |archive-url=https://web.archive.org/web/20201010232115/https://github.com/vercel/next.js/releases/tag/1.0.0 |url-status=live}}</ref>
| latest release version = {{wikidata|property|edit|reference|P348}}
| latest release date = {{start date and age|{{wikidata|qualifier|P348|P577}}}}
| latest preview version = v15.0.0-canary.158 <ref>{{cite web |url=https://github.com/vercel/next.js/releases/tag/v15.0.0-canary.158 |title=Releases · vercel/next.js |website=GitHub |publisher=Vercel |access-date=2024-09-18 }}</ref>
| repo = {{URL|https://github.com/vercel/next.js}}
| programming language = [[JavaScript]], [[TypeScript]], and [[Rust (programming language)|Rust]]
| platform = [[Web platform]]
Line 17 ⟶ 16:
| genre = [[Web application framework]]
| license = [[MIT License]]
| website = {{Official URL|https://nextjs.org}}
}}
 
'''Next.js''' is an [[open-source]] [[Web framework|web development framework]] created by the private company [[Vercel]] providing [[React (JavaScript library)|React]]-based web applications with [[server-side scripting|server-side rendering]] and [[static web page|static websiterendering]] generation.
 
React documentation mentions Next.js among "Recommended Toolchains" advising it to developers when "building a server-rendered website with Node.js".<ref name="React documentation">{{cite web |title=Recommended Toolchains |url=https://reactjs.org/docs/create-a-new-react-app.html#recommended-toolchains |access-date=10 July 2021 |website=React documentation |language=en-US |format=HTML}}</ref> 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,<ref>{{Citationcite web |url=https://vercel.com/design/brands#next.js |title=Next.js Brand Guidelines |date=26 August 2022}}</ref> which also maintains and leads its open-source development.<ref>{{Citecite web |title=Develop. Preview. Ship. For the best frontend teams – Vercel |url=https://vercel.com/home |url-status=live |archive-url=https://web.archive.org/web/20211006015250/https://vercel.com/home |archive-date=2021-10-06 |access-date=2020-09-22 |website=vercel.com |language=en-US |format=HTML}}</ref>
 
== Background ==