...

/

Overview: Exploring Different Rendering Strategies

Overview: Exploring Different Rendering Strategies

Learn about different rendering strategies in Next.js.

We'll cover the following...

Introduction

When talking about rendering strategies, we refer to how we serve a web page (or a web application) to a web browser. There are frameworks, such as Gatsby, that are incredibly good at ...