Summary: Exploring Different Rendering Strategies

Review the key points of Next.js's rendering strategies.

We'll cover the following

Recap

In this chapter, we’ve seen three different rendering strategies—server-side rendering (SSR), client-side rendering (CSR), and static site generation (SSG)—and why Next.js brings them to a whole new level with its hybrid rendering approach. We’ve also seen the benefits of these strategies, when we want to use them, and how they can affect the user experience or the server workload.

Get hands-on with 1200+ tech skills courses.