better-convex
What's new:
→ cRPC - tRPC ported to Convex.
.input(), .use(), .meta(). AI-ready.→ TanStack Query - real
useQuery/useMutation with WebSocket sync→ error handling -
useQuery catches all errors. no error boundary needed.→ infinite queries - per-page subscriptions, scroll restoration, cursor recovery
→ middleware chaining -
.use() → .pipe() composition→ procedure metadata - codegen shares
meta.ts with client for type-safe auth→ Better Auth local - direct integration, no Convex component
→ RSC prefetch - fire-and-forget or awaited, hydration included
built on: tRPC + TanStack Query + Better Auth
opt-in: Convex Ents for relationships
bun add better-convex
