Community Resources
Community Resources
Section titled “Community Resources”This page contains a curated list of community-created packages, tools, and resources that extend or complement TanStack DB.
Community Packages
Section titled “Community Packages”Dexie.js Integration (Unofficial)
Section titled “Dexie.js Integration (Unofficial)”- tanstack-dexie-db-collection - Community-maintained Dexie.js adapter for TanStack DB
- Local persistence using Dexie.js (IndexedDB wrapper)
- Lightweight integration for browser-based storage
- Install:
npm install tanstack-dexie-db-collection
PGLite Integration (Unofficial)
Section titled “PGLite Integration (Unofficial)”- tanstack-db-pglite - Community-maintained PGLite adapter for TanStack DB
- Use PostgreSQL-compatible databases in the browser via WebAssembly
- Install:
npm install tanstack-db-pglite
Contributing Your Package
Section titled “Contributing Your Package”Have you created a collection adapter or integration? We’d love to feature it here! Submit a PR to add your package.
Examples & Templates
Section titled “Examples & Templates”Starter Templates
Section titled “Starter Templates”Share your starter templates and boilerplates here
Example Applications
Section titled “Example Applications”Community-built example apps showcasing TanStack DB features
Learning Resources
Section titled “Learning Resources”Tutorials & Guides
Section titled “Tutorials & Guides”Community tutorials and blog posts about TanStack DB
Videos & Courses
Section titled “Videos & Courses”Video tutorials and online courses
Contributing
Section titled “Contributing”We welcome contributions to this community resources page! If you’ve created something useful for the TanStack DB ecosystem:
- Fork the repository
- Add your resource to the appropriate section
- Include a brief description and link
- Submit a pull request
Please ensure all submissions are relevant to TanStack DB and provide value to the community.