Intermediate React v6
Watch on Frontend Masters
Intermediate React v6
As taught for Frontend Masters
Brian Holt
Neon
Watch on Frontend Masters
Table of Contents
Welcome
Intro
My Setup
React 19
React Render Modes
Client-Side React
Static Site Generation
Server Side Rendering
RSCs without a Framework
Intro to React Server Components
RSC Dependencies
Server and Client Components
The RSC Server
RSCs with Next.js
Abbreviated Intro to Next.js
Server Components
Server Actions
Server and Client Components Together
Limitations of RSCs
Performance Optimizations
Where React Can Be Slow
The Project
Fixing It
Other Perf Questions
Transitions
What Are Transitions
The Project
Making It Work without Transitions
Making It Work with Transitions
Optimistic Values
What Are Optimistic Values
The Project
useOptimistic Hook
Deferred Values
What Are Deferred Values
The Project
Making It Less Janky
Wrap Up
Congrats!