> React Server Components run on the server, and unlike client-side components, they don’t return raw HTML you can easily inspect in Dev Tools
Isn't it the opposite? RSC returns raw HTML. Did you mean that it obscures the API fetches it makes?
> React Server Components run on the server, and unlike client-side components, they don’t return raw HTML you can easily inspect in Dev Tools
Isn't it the opposite? RSC returns raw HTML. Did you mean that it obscures the API fetches it makes?
No, the RSC wire format is a stream of text, where each line starts with an ID and contains a JSON object that specifies which nodes to update and how.