tanstack-start
Installation
SKILL.md
TanStack Start
Version: @tanstack/react-start@1.x Requires: React 18.0+, TypeScript 5.0+, Vite, TanStack Router
Quick Setup
npm install @tanstack/react-start @tanstack/react-router
npm install -D @tanstack/router-plugin
Vite Config
// vite.config.ts
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import { tanstackStart } from '@tanstack/react-start/plugin/vite'