by individual route segments
and Suspense Boundaries.
React renders Server Components into a special data format called the React Server Component Payload (RSC Payload).
Next.js uses the RSC Payload and Client Component JavaScript instructions to render HTML on the server.
The HTML is used to show a fast non-interactive preview of the route immediately - this is for the initial page load only.
The React Server Components Payload reconciles the Client and Server Component trees and updates the DOM.
The JavaScript instructions hydrate Client Components and make the application interactive.