db-core/collection-setup

Installation
SKILL.md

This skill builds on db-core. Read it first for the overall mental model.

Collection Setup & Schema

Setup

import { createCollection } from '@tanstack/react-db'
import { queryCollectionOptions } from '@tanstack/query-db-collection'
import { QueryClient } from '@tanstack/query-core'
import { z } from 'zod'

const queryClient = new QueryClient()
Installs
Repository
tanstack/db
GitHub Stars
3.8K
First Seen
db-core/collection-setup — tanstack/db