RSC Payload
RU: RSC Payload
The serialized React Flight wire format that a React Server Components framework streams from server to client. It encodes the rendered server component tree as a line-delimited sequence of typed chunks (component nodes, client-component references, and data), enabling the client to reconstruct the virtual DOM and hydrate interactively without re-fetching.