Overview
In this talk with Lazar Nikolov, let’s explore React’s latest innovation: React Server Components (RSCs). You’ll go through the evolution of rendering in React, from Client-Side Rendering (CSR) and Server-Side Rendering (SSR) to Static Site Generation (SSG) and Incremental Static Regeneration (ISR). Let’s see how RSCs offer a hybrid approach and how they optimize performance by balancing server and client-side rendering, reducing JavaScript load, and leveraging server computational power.
Objective
To learn what RSCs are and how Next.js renders an RSCs page.
Things Audience Members Will Learn
- React Server Components
- Streaming HTML
- Rendering Strategies
- How browsers load RSC pages
- How RSCs contribute to better performance
Target Audience
React developers