Web Unleashed 2024 // In-person

2024-10-10 00:00:00 2024-10-12 00:00:00 America/Toronto Web Unleashed 2024 // In-person Drive your career to the forefront by learning the latest tools, techniques, and technologies in front-end web development. Toronto FITC ET Toronto

Presentation


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