Building an application using Next.js
Svedas, Egidijus (2024)
Svedas, Egidijus
2024
All rights reserved. This publication is copyrighted. You may download, display and print it for Your own personal use. Commercial use is prohibited.
Julkaisun pysyvä osoite on
https://urn.fi/URN:NBN:fi:amk-2024101226390
https://urn.fi/URN:NBN:fi:amk-2024101226390
Tiivistelmä
Since its first release in 2016, the framework Next.js, which was created by
Vercel, has provided React-based applications with static website generation and SSR (server-side rendering).
It is one of the recommended frameworks mentioned in the official React
documentation.
React is a JavaScript library, although many people interchangeably call it a
framework.
It is used to build web applications. It has some noticeable problems such as
the users having disabled JavaScript, search engine optimization, extended
page load times, and security issues.
Next.js solves some of these issues by rendering the side on the server, before
sending it to the browser. It is, to this day, the most popular framework for React.
Vercel, has provided React-based applications with static website generation and SSR (server-side rendering).
It is one of the recommended frameworks mentioned in the official React
documentation.
React is a JavaScript library, although many people interchangeably call it a
framework.
It is used to build web applications. It has some noticeable problems such as
the users having disabled JavaScript, search engine optimization, extended
page load times, and security issues.
Next.js solves some of these issues by rendering the side on the server, before
sending it to the browser. It is, to this day, the most popular framework for React.