React Server Components allow developers to build applications that span the server and client, combining the rich interactivity of client-side apps with the improved performance of traditional server rendering.
In Next.js 13, you can start using the app/
directory (beta) which uses Server Components by default. Learn more by reading the app/
directory (beta) documentation:
Deploy the app/
directory example to try Server Components.