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
Copy file name to clipboardExpand all lines: src/blog/tanstack-db-0.5-query-driven-sync.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -65,7 +65,7 @@ TanStack DB is a client-first store for your API powered by [differential datafl
65
65
66
66
This isn't just fast filtering. It's **live queries** that incrementally maintain themselves as data changes. **Effortless optimistic mutations** that instantly update all affected queries, then reconcile with the server. And a **normalized collection store** that eliminates duplicate data and keeps everything coherent.
67
67
68
-
[When we released 0.1](/blog/tanstack-db-0.1), we described three options teams face and that TanStack DB enables a new Option, C:
68
+
[When we released 0.1](/blog/tanstack-db-0.1-the-embedded-client-database-for-tanstack-query), we described three options teams face and that TanStack DB enables a new Option, C:
0 commit comments