You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -183,10 +182,10 @@ There's also an example [React todo app](./examples/react/todo).
183
182
## ❓ FAQ
184
183
185
184
**How is this different from TanStack Query?**<br />
186
-
TanStack DB builds *on top of* TanStack Query. Use Query to fetch data; use DB to manage reactive local collections and mutations. They complement each other.
185
+
TanStack DB builds _on top of_ TanStack Query. Use Query to fetch data; use DB to manage reactive local collections and mutations. They complement each other.
187
186
188
187
**Do I need a sync engine like ElectricSQL?**<br />
189
-
No. TanStack DB *is* designed to work with sync engines like [Electric](https://electric-sql.com) but *also* works with any backend: polling APIs, GraphQL, REST, or custom sync logic.
188
+
No. TanStack DB _is_ designed to work with sync engines like [Electric](https://electric-sql.com) but _also_ works with any backend: polling APIs, GraphQL, REST, or custom sync logic.
190
189
191
190
**What is a Collection? Is it like a DB table?**<br />
192
191
Kind of. Collections are typed sets of objects, but they can also be filtered views or custom groupings. They're just JavaScript structures that you define and manage.
0 commit comments