Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 708 Bytes

server-components.md

File metadata and controls

10 lines (6 loc) · 708 Bytes

React Server Components

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 use Server Components by default. Learn more by reading the app/ directory (beta) documentation:

Deploy the app/ directory example to try Server Components.