React Server Components and SSR: How it Fits
November 03, 2023
12 min
Free
javascript
nextjs
nextjs-app-router
async-react-components
component-architecture
react
react-server-components
ssr
server-side-rendering
web-development
frontend
routing
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.