React Server Components allow developers to build applications that span the server and client. They execute only on the server, resulting in zero bundle size.
This architecture reduces the amount of JavaScript sent to the browser, significantly improving performance.