Skip to content

Commit 382783e

Browse files
authored
Add initial implementation of QueryCollection (#62)
1 parent e9fc895 commit 382783e

13 files changed

Lines changed: 1397 additions & 184 deletions

File tree

.changeset/giant-lights-reply.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@tanstack/db-collections": patch
3+
---
4+
5+
Add QueryCollection

examples/react/todo/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@
33
"private": true,
44
"version": "0.0.3",
55
"dependencies": {
6-
"@tanstack/react-optimistic": "workspace:*",
76
"@tanstack/db-collections": "workspace:*",
7+
"@tanstack/query-core": "^5.75.7",
8+
"@tanstack/react-optimistic": "workspace:*",
89
"cors": "^2.8.5",
910
"drizzle-orm": "^0.40.1",
1011
"drizzle-zod": "^0.7.0",

0 commit comments

Comments
 (0)