rivetkit-client-react
rivetkit client react
What it does
- Prefer fail-fast behavior by default.
- Avoid try/catch unless absolutely needed.
- If a catch is used, handle the error explicitly, at minimum by logging it.
- RIVETENDPOINT
- RIVETNAMESPACE
- createRivetKit - Create hooks for React
- useActor - Hook for actor instances
Requirements & configuration
- https://namespace:token@api.rivet.dev
- Need More Than the Client?
- If you need more about Rivet Actors, registries, or server-side RivetKit, add the main skill:
Configuration: RIVET_ENDPOINTRIVET_NAMESPACERIVET_TOKENRIVET_RUNNER
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
rivetkit-client-react FAQ
What does the rivetkit-client-react skill do?
RivetKit React client guidance. Use for React apps that connect to Rivet Actors with @rivetkit/react, create hooks with createRivetKit, or manage realtime state with useActor. Prefer fail-fast behavior by default. Avoid try/catch unless absolutely needed.
What does rivetkit-client-react require?
https://namespace:token@api.rivet.dev Need More Than the Client? If you need more about Rivet Actors, registries, or server-side RivetKit, add the main skill: Configuration keys: RIVET_ENDPOINT, RIVET_NAMESPACE, RIVET_TOKEN, RIVET_RUNNER.
How do I install rivetkit-client-react?
Run: npx -y skills add https://github.com/rivet-dev/skills --skill rivetkit-client-react --agent claude-code — the source lives at github.com/rivet-dev/skills.
Maintain rivetkit-client-react?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/rivet-dev-skills-rivetkit-client-react?ref=badge) npx agentictools info skills/rivet-dev-skills-rivetkit-client-react The second line is the CLI lookup for this page — handy in READMEs and docs.