React Server Components and SSR: How it Fits

November 03, 2023 12 min Free

Description

This talk explores React Server Components one layer under the hood, examining how they interplays with SSR to provide soft routing on the client side and async React components. It delves into the underlying mechanisms of Server Components, their output as JavaScript objects (React elements) rather than HTML strings, and how this enables features like soft navigation in Next.js applications.