Syntax - Tasty Web Development Treats

Supper Club × Lee Robinson on React Suspense, Server Components

Aug 5, 2022
In this podcast, Lee Robinson, VP of Developer Experience at Vercel, shares insights about React Suspense and server components. He explains how Suspense enhances performance through selective hydration, improving component loading. The discussion tackles the impact of hydration on web performance, the complexities of managing multiple CMS, and the evolution of React features. Lee also explores edge computing's potential for global performance and the necessary tools for modern developers, all while shedding light on the future of web development.
Ask episode
AI Snips
Chapters
Transcript
Episode notes
INSIGHT

Suspense Explained

  • React Suspense brings the async/await mental model to React.
  • It lets you write asynchronous code in your components.
INSIGHT

Selective Hydration

  • Selective hydration in React 18 defers component hydration.
  • This reduces JavaScript load and improves time-to-interactive.
ANECDOTE

Rogers.com Loader

  • Rogers.com uses a 10-second loader on every page.
  • This negatively impacts user experience, likely caused by inefficient client-side data fetching.
Get the Snipd Podcast app to discover more snips from this episode
Get the app