FREE Workshop on May 15th »
Book your seat

React Server components

React Server Components (RSC) represent a new paradigm introduced by React. This feature is already available in Next.js, which uses a canary version of React, and will be officially released soon with React 19.

React Server Components

Server Components run exclusively on the server, removing the need for client hydration for non-interactive components. Interactive components, now called “Client components” are the usual React components, which render both on the server and the client.

For a deeper understanding of how Server Components work and their benefits, please refer to this article written by our CTO.

React Bricks was among the first content management systems, and likely the first Visual headless CMS, to support React Server Components. The implementation is very straightforward, requiring minimal changes to the bricks' code.

Read more about React Server Components support in our Documentation.

Ready to start building?