---
title: Home
---

# Use the Headless React library for Server Side Rendering

`@coveo/headless-react` provides React utilities for server-side rendering with headless controllers. This package includes several sub-packages:

- `@coveo/headless-react/ssr`: For general server-side rendering with headless controllers.
- `@coveo/headless-react/ssr-commerce`: (Open Beta) For implementing a commerce storefront with server-side rendering.
- `@coveo/headless-react/ssr-next`: For future breaking changes and the latest features related to SSR with React (experimental, subject to change).
- `@coveo/headless-react/ssr-commerce-next`: For future breaking changes and the latest features for SSR commerce storefronts (experimental, subject to change).

## Learn more

- Check out our [Documentation for SSR Search](https://docs.coveo.com/en/headless/latest/reference/documents/usage/server-side-rendering/implement-server-side-rendering.html) and refer to [samples/headless-ssr](https://github.com/coveo/ui-kit/tree/main/samples/headless-ssr) for examples.
- Check out our [Documentation for SSR Commerce](https://docs.coveo.com/en/obif0156) and refer to [samples/headless-ssr/commerce-express](https://github.com/coveo/ui-kit/tree/main/samples/headless-ssr/commerce-express), [samples/headless-ssr/commerce-nextjs](https://github.com/coveo/ui-kit/tree/main/samples/headless-ssr/commerce-nextjs), or [samples/headless-ssr/commerce-react-router](https://github.com/coveo/ui-kit/tree/main/samples/headless-ssr/commerce-react-router) for examples.
- For the latest features and upcoming breaking changes, see the `ssr-next` and `ssr-commerce-next` sub-packages and their respective documentation and samples.
