RGradhakrishnan gopalinreact-server-components.hashnode.dev·Jun 28, 2025 · 3 min readReact Server Components + Streaming: A Custom Setup with Webpack & ExpressIntroduction 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 ...00