Skip to content

docs: add "TanStack DB on IndexedDB with RxDB" article#8634

Open
pubkey wants to merge 2 commits into
masterfrom
claude/magical-hawking-5w8bfi
Open

docs: add "TanStack DB on IndexedDB with RxDB" article#8634
pubkey wants to merge 2 commits into
masterfrom
claude/magical-hawking-5w8bfi

Conversation

@pubkey

@pubkey pubkey commented Jun 15, 2026

Copy link
Copy Markdown
Owner

Summary

Adds a new article TanStack DB on IndexedDB with RxDB under docs-src/docs/articles/ that covers:

  • How to use TanStack DB on top of RxDB with IndexedDB persistence: step-by-step setup using @tanstack/rxdb-db-collection (rxdbCollectionOptions + createCollection), live queries via useLiveQuery, and optimistic mutations, with a note on adding RxDB replication.
  • Benefits of the stack: live queries with differential dataflow and optimistic mutations from TanStack DB, plus IndexedDB persistence, swappable storages, replication, schema/migration/encryption and cross-tab reactivity from RxDB.
  • IndexedDB storage plugins for RxDB: Dexie.js storage, premium IndexedDB storage, LocalStorage storage, LocalStorage Meta Optimizer and OPFS, with when to use each.
  • Performance of IndexedDB compared to other methods: ordering of in-memory, LocalStorage, IndexedDB and OPFS, including the embedded PerformanceChart for browser storages.

Changes

  • New article: docs-src/docs/articles/tanstack-db-indexeddb.md
  • Registered in docs-src/sidebars.js (Articles category, after react-indexeddb)
  • Changelog entry under orga/changelog/

The article follows the existing documentation style (frontmatter, PerformanceChart component, Steps, HTML <details> FAQ, no em dashes) and links to related RxDB storage and replication docs.

https://claude.ai/code/session_01RUHqq2sZr31vmTA3jbFZbp


Generated by Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants