React Server Components are a new feature that lets you build apps that span the server and client. They can access data directly from the backend, without sending it to the client. This reduces the network and bundle size, resulting in faster loading and rendering.
Sort: