Completed
- Nadia Makarevich: Investigating React Performance
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
RSC vs SSR Performance - Why LCP Optimization Fails Without Streaming and Suspense
Automatically move to the next video in the Classroom when playback concludes
- 1 - Nadia Makarevich: Investigating React Performance
- 2 - Measurement Methodology & Chrome DevTools Setup
- 3 - Roadmap: Comparing SPA, SSR, and RSC Profiles
- 4 - The Guinea Pig App: Architecture and Data Endpoints
- 5 - CSR Performance Profile: The High Cost of JS Bootstrapping
- 6 - Basic SSR: Improving LCP with a Pre-rendered Shell
- 7 - Server-side Data Fetching & The "Interactivity Gap"
- 8 - Benchmarks: Next.js Pages Router vs. App Router SSR Mode
- 9 - RSC Architecture: Eliminating Double Rendering on Client
- 10 - Bundle Size Analysis: Why RSC Wins are Often Underwhelming
- 11 - Beyond Static RSC: Implementing Smarter Servers with Streaming
- 12 - Technical Hurdles: Async Components & Suspense Boundaries
- 13 - Final Comparison: Selecting the Right Rendering Strategy