examples/next-js/README.md
Minimal Next.js example demonstrating basic actor state management and real-time updates.
git clone https://github.com/rivet-dev/rivet.git
cd rivet/examples/next-js
npm install
npm run dev
This example demonstrates minimal Next.js integration with Rivet Actors:
src/rivet/actors.ts): Simple counter actor integrated with Next.js App RouterRead more about Next.js integration, actions, state, and events.
MIT