# API Reference

This section lists every public export of `@lazarv/react-server`, grouped by subpath entry point. Signatures, JSDoc descriptions, and examples are generated directly from the runtime's TypeScript definitions — what you read here mirrors what your editor shows on hover.

Within each page, symbols are sorted alphabetically inside their group (Functions, Constants, Classes, Interfaces, Types). Overloaded functions collapse into a single entry with all signatures listed.

## Runtime

| Subpath | Reference |
| --- | --- |
| `@lazarv/react-server` | [Core](/api/core) |
| `@lazarv/react-server/client` | [Client](/api/client) |
| `@lazarv/react-server/router` | [Router](/api/router) |
| `@lazarv/react-server/navigation` | [Navigation](/api/navigation) |

## Data, rendering, resiliency

| Subpath | Reference |
| --- | --- |
| `@lazarv/react-server/resources` | [Resources](/api/resources) |
| `@lazarv/react-server/remote` | [Remote Components](/api/remote) |
| `@lazarv/react-server/error-boundary` | [Error Boundary](/api/error-boundary) |
| `@lazarv/react-server/prerender` | [Prerender](/api/prerender) |

## Caching

| Subpath | Reference |
| --- | --- |
| `@lazarv/react-server/memory-cache` | [Memory Cache](/api/memory-cache) |
| `@lazarv/react-server/storage-cache` | [Storage Cache](/api/storage-cache) |
| `@lazarv/react-server/rsc` | [RSC](/api/rsc) |

## Advanced

| Subpath | Reference |
| --- | --- |
| `@lazarv/react-server/worker` | [Worker](/api/worker) |
| `@lazarv/react-server/mcp` | [MCP](/api/mcp) |
| `@lazarv/react-server/http` | [HTTP](/api/http) |

## Config, build, deploy

| Subpath | Reference |
| --- | --- |
| `@lazarv/react-server/config` | [Config](/api/config) |
| `@lazarv/react-server/adapters/*` | [Adapters](/api/adapters) |
| `@lazarv/react-server/node` | [Node](/api/node) |
| `@lazarv/react-server/dev` | [Dev](/api/dev) |
| `@lazarv/react-server/build` | [Build](/api/build) |

## Observability & tooling

| Subpath | Reference |
| --- | --- |
| `@lazarv/react-server/devtools` | [DevTools](/api/devtools) |
| `@lazarv/react-server/telemetry` | [Telemetry](/api/telemetry) |

All content on these pages is auto-generated from the TypeScript definitions in `packages/react-server/**/*.d.ts`. Edit the JSDoc on the corresponding declaration to update the rendered output.
