meta-framework

Installation
SKILL.md

This skill builds on db-core. Read it first for collection setup and query builder.

TanStack DB — Meta-Framework Integration

Setup

TanStack DB collections are client-side only. SSR is not implemented. Routes using TanStack DB must disable SSR. The setup pattern is:

  1. Set ssr: false on the route
  2. Preload the eager collection, or preload the live query for an on-demand source
  3. Use useLiveQuery in the component

TanStack Start

Global SSR disable

// start.tsx
import { createStart } from '@tanstack/react-start'
Installs
28
Repository
tanstack/db
GitHub Stars
3.9K
First Seen
Mar 7, 2026
meta-framework — tanstack/db