Next.js: Difference between revisions

Content deleted Content added
Leksey (talk | contribs)
No edit summary
Tag: Reverted
Line 24:
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>{{Citation |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>{{Cite 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><ref>{{cite news |last1=Peter |first1=Alex |title=React Admin Template |url=https://themeselection.com/item/category/react-admin-templates/ |access-date=12 July 2023}}</ref>
 
== Background ==