React Server Components (RSC) render on the server, sending zero JavaScript to the client. They improve performance by moving data-fetching close to the database and reducing client-side bundle size.