A framework-agnostic, universal document renderer with optional chunked loading polyrender.wisp.place/
6
fork

Configure Feed

Select the types of activity you want to include in your feed.

README.md

@polyrender/example-react#

Vite + React example for @polyrender/react. Demonstrates the <DocumentViewer> component and the useDocumentRenderer headless hook.

Note: This example is still a work in progress. A live demo is coming soon.

Running locally#

# 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:

pnpm build
pnpm preview