examples/react-vercel/README.md
Note: This is the Vercel-optimized version of the react example. It uses the
hono/verceladapter and is configured for Vercel deployment.
Demonstrates React frontend integration with Rivet Actors.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/react
npm install
npm run dev
@rivetkit/react hooks for type-safe actor communicationThis example demonstrates React frontend integration with Rivet Actors:
src/backend/registry.ts): Backend actors with React frontend integration using type-safe hooksRead more about React integration, actions, state, and events.
MIT