Skip to content

Commit 84250d1

Browse files
committed
fix link
1 parent 24c8fa6 commit 84250d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/blog/tanstack-db-0.5-query-driven-sync.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ TanStack DB is a client-first store for your API powered by [differential datafl
6565

6666
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.
6767

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:
6969

7070
> **Option A. View-specific APIs** (fast render, slow network, endless endpoint sprawl)
7171
>

0 commit comments

Comments
 (0)