Back to Convex Backend

Convex + Next.js SSR

npm-packages/private-demos/nextjs-app-router-snippets/README.md

latest281 B
Original Source

Convex + Next.js SSR

This demo shows how to use the Convex Next.js integration to preload data for Client Components during server rendering, and query and mutate data from Server Actions or Route Handlers (API Routes).

Running the App

Run:

npm install
npm run dev