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 serving statically generated pages. Other frameworks will make it easy to create server-side rendered pages.
Create a free account to view this lesson.
By signing up, you agree to Educative's Terms of Service and Privacy Policy