Getting Started With React Server Side Rendering Using Next.js

A comprehensive framework for enhancing your React application

Adam Galtrey
JavaScript in Plain English
5 min readJan 23, 2021

--

Next.JS — From Wikimedia Commons

Next.js is an open-source web framework that supports server-side rendering (SSR) for React. SSR is the process of rendering the initial webpage on the server, instead of the client.

--

--