Contact
Web

Server Components

React components that execute exclusively on the server, reducing client-side JavaScript bundle size. They can directly access databases, file systems, and APIs without exposing credentials to the browser.

Related Articles

Related Resources