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. Call collection.preload() in the route loader
  3. Use useLiveQuery in the component

TanStack Start

Global SSR disable

// start.tsx
import { createStart } from '@tanstack/react-start'
Related skills
Installs
8
Repository
tanstack/db
GitHub Stars
3.7K
First Seen
Mar 7, 2026