# React (/docs/api-reference/react)



The `@vlandoss/env/react` entrypoint is the React integration for server-rendered apps — SSR (request-time) or SSG (build-time). Render `<EnvScript />` in your document and the resolved env shows up at `window.__env` before client code runs.

## Exports [#exports]

| Export      | Kind      | Summary                                                                               |
| ----------- | --------- | ------------------------------------------------------------------------------------- |
| `EnvScript` | Component | Serializes the public branch of your resolved env into a `<script id="env">` element. |

<Callout type="info">
  Full signatures and prop tables are coming soon. Until then, see
  [Guides → SSR / SSG](/docs/guides/ssr) for the recipe.
</Callout>

## See also [#see-also]

* [Guides → SSR / SSG](/docs/guides/ssr) — splitting public values from server-only secrets.
* [Concepts → Resolution order](/docs/concepts/resolution) — how `window.__env` participates in resolution on the client.
