RSC Payload?
The RSC payload (React Server Components payload) is the serialized data sent from the server to the client to render React Server Components (RSC) in a Next.js application. This payload contains a mix of:
HTML Markup for Server Components (pre-rend...
rsc-payload.hashnode.dev1 min read