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: docs/overview.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -263,9 +263,9 @@ This also works with joins to derive collections from multiple source collection
263
263
264
264
#### base Collection
265
265
266
-
There is a base `Collection` class in [`../packages/db/src/collection.ts`](../packages/db/src/collection.ts). You can use this directly or as a base class for implementing your own collection types.
266
+
There is a base `Collection` class in [`../packages/db/src/collection.ts`](https://github.com/TanStack/db/blob/main/packages/db/src/collection.ts). You can use this directly or as a base class for implementing your own collection types.
267
267
268
-
See the existing implementations in [`../packages/db-collections`](../packages/db-collections) for reference.
268
+
See the existing implementations in [`../packages/db-collections`](https://github.com/TanStack/db/blob/main/packages/db-collections) for reference.
2.the`useLiveQuery`automaticallystartsandstopslivequerysubscriptionswhenyoumountandunmountyourcomponents; ifyou're creating queries manually, you need to manually manage the subscription lifecycle yourself
0 commit comments