examples/react/README.md
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