React Server Components + Streaming: A Custom Setup with Webpack & Express
Introduction
React Server Components (RSC) let you handle rendering on the server, avoiding the need to send extra JavaScript to the client. When used with streaming (renderToPipeableStream), RSC allows pages to load faster by delivering HTML to the ...
react-server-components.hashnode.dev3 min read