The key difference from SSR: SSR renders components to HTML on the server, then hydrates them with the same JavaScript on the client. The full component code ships to the browser. RSC components never ...