Features
- Full-stack Hono: Hono web framework for HTTP routing and serving React frontend
- React integration: Complete frontend-backend integration with type-safe APIs
- Actor backend: Rivet Actors handle business logic and state management
- Single codebase: Frontend and backend in one project with shared types
Implementation
This example demonstrates full-stack development with Hono and React:
- Actor Definition (
src/backend/registry.ts): Shows full-stack integration with Hono backend and React frontend

