# @polyrender/example-react Vite + React example for [`@polyrender/react`](../../packages/react/README.md). Demonstrates the `` component and the `useDocumentRenderer` headless hook. > **Note:** This example is still a work in progress. A live demo is coming soon. ## Running locally ```bash # From the monorepo root, build all packages first: pnpm build # Then start the Vite dev server: cd examples/react pnpm dev ``` To build for production: ```bash pnpm build pnpm preview ```