

TanStack DB & The Rise of the Tannerverse
9 snips May 19, 2025
Exciting developments in the TanStack universe are taking center stage, especially with the launch of TanStack DB, which offers real-time data syncing. VS Code celebrates its 100th release, introducing AI features for better coding efficiency. A versatile new component library, Basecoat UI, is making waves for its framework-agnostic approach. The conversation also touches on tech innovations, including Google's logo refresh and Parcel's integration with Rust. Plus, personal journeys in literature and sumo wrestling bring a delightful twist to the discussion!
AI Snips
Chapters
Books
Transcript
Episode notes
TanStack DB: Reactive Data Sync Engine
- TanStack DB is a reactive data syncing engine that works on top of various data sources like SQL databases, REST APIs, and GraphQL interfaces.
- It complements TanStack Query and TanStack Store to manage live queries and local writes with real-time syncing capabilities.
Organize AI Guidelines in .github
- Place custom AI instructions and reusable chat prompts in the .github folder to organize guidelines and automate workflows.
- Use front matter in markdown files to apply instructions or prompts to specific file types for better AI assistance.
Try Basecoat UI for Any Stack
- Use Basecoat UI for framework-agnostic, accessible components styled with Tailwind and minimal JavaScript.
- It works with various environments like HTML, Flask, Rails, and can integrate shadcn/ui themes without React dependency.