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>{{
| developer = [[Vercel]] and the open-source community<ref>{{
| released = {{
| 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>
| 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
}}
'''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 [[
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>{{
== Background ==
|