Edit this page

Guide

In this section you will find guides on how to use @lazarv/react-server in different scenarios. If you are new to @lazarv/react-server, you should start with the Get Started guide. If you are looking for a specific topic, you can use the search bar at the top of the page. If you can't find what you are looking for, feel free to open an issue on GitHub. We are happy to help you!

The getting started guide will show you how to create your first application using @lazarv/react-server. You will learn how to create a very simple application and run it in development and production mode. You will also learn how to build your application for production.

In the "Why @lazarv/react-server?" guide, you will learn about the benefits of using @lazarv/react-server and why you should consider using it for your next project.

Next we will guide you through the three main pillars of React server-side rendering. You will learn how to create React Server Components, how to create interactive client components and how to create server actions to interact with the server.

If you are looking for more advanced topics, you can check out the tutorials section. Here you will find step-by-step guides on how to build different applications using @lazarv/react-server. You will learn how to create a Hello World application, a simple Todo application using server actions and how to create a photo gallery using client components.

To learn more about React Server Components, server actions and directives in more details, you should check out the official React Server Components documentation provided by the React team.