logo

Doris's Tech Blog

Welcome to my tech blog, where I share my knowledge and insights on all things web development.

Doris Siu

Framework for Production-Ready Apps

8 April 2023

Doris Siu

Doris Siu

Next.js is an open-source React framework created by the private company Vercel that provides your web applications with a streamlined way to build server-side rendering (SSR) and static website generation. It handles the configuration needed for React, and provides additional structure, features, and optimizations for your application.

Frontend

JavaScript

This is a powerful React framework in which you can build production-ready website efficiently. As you might know, React is a JavaScript library that is traditionally used to build web applications rendered in the client's browser.

What makes Next.js so unique is that it changes the game with its server-side rendering - the server can generate the HTML for the webpage and send it to the client, instead of the client generating the HTML using JavaScript.

This is a really great feature which can improve the performance and SEO of your web application.



Benefits of using Next.js:


Useful resources:

Vercel

Next.js Doc

Next.js vs React




















Disclaimers