examples/react/start-convex-trellaux/README.md
This is a TanStack Start demo using Convex as the database. It is similar to the start-trellaux example but uses a cloud Convex deployment instead of an in-memory database.
To start a new project based on this example, run:
npx gitpick TanStack/router/tree/main/examples/react/start-convex-trellaux start-convex-trellaux
Convex is an open-source, reactive backend made by convex.dev, a sponsor of TanStack Start.
This example uses Convex with TanStack Query and TanStack Start to provide:
convexQuery for use with useQuery, useSuspenseQuery etc.To run this example:
pnpm install
pnpm dev
Build for production:
pnpm build
This example demonstrates: