Grey Haven TanStack Patterns Follow Grey Haven Studio's patterns for TanStack Start, Router, and Query in React 19 applications. TanStack Stack Overview Grey Haven uses the complete TanStack ecosystem: - TanStack Start : Full-stack React framework with server functions - TanStack Router : Type-safe file-based routing with loaders - TanStack Query : Server state management with caching - TanStack Table (optional): Data grids and tables - TanStack Form (optional): Type-safe form handling Critical Patterns 1. File-Based Routing Structure Key conventions : - - Root layout with QueryClient provide…