Edit this page

Tutorials

Learn how to build React applications with server-side rendering using React Server Components. Follow our step-by-step tutorials to create your first application, integrate server actions, and more.

Hello World!

Your first application

Create a new React application with server-side rendering in just a few steps. Start building your app with React Server Components and enjoy faster initial page loads.

Read tutorial

Todo App

Using server actions

Build a simple Todo application with server actions. Learn how to interact with the server from your components and manage server-side operations efficiently.

Read tutorial

Photos

Using client components

Learn how to use client components to create interactive elements in your application. Enhance your user experience with client-side rendering and dynamic content updates.

Read tutorial