react-query-questions
solid-query-questions
table-questions
virtual-questions
router-questions
react-charts-questions
ranger-questions
vue-query-questions
svelte-query-questions
bling-questions
form-questions
angular-query-questions
start-questions
db-questions
start-showcase
router-showcase
📣-announcements
Long term persistence strategy
Electric Replica Identity
electric-1 | 00:32:34.930 pid=<0.3276.0> [error] Schema reconciliation failed: ** (Electric.DbConfigurationError) Database table "public.users" does not have its replica identity set to FULL
electric-1 | 00:32:34.930 pid=<0.3276.0> [error] Schema reconciliation failed: ** (Electric.DbConfigurationError) Database table "public.users" does not have its replica identity set to FULL
How to wait for 'clean' queryCollection
Best practices for Infinite lists with TanStackDB
liveQuery
that is similar to useInfiniteQuery
.I'm going to use orderBy
, limit
and offset
but is there anything else you'd recommend when implementing an infinite list with TanStackDB?...question about persistance
`await tx.isPersisted.promise` is not working
await tx.isPersisted.promise
has stopped working at some point.
I don't remember which version, but I'm currently on 0.1.27
and it doesn't work....
Tanstack Query Dependencies
type narrowing in live queries
Safari refusing to use HTTP/2
typing in helpers in db-ivm
Understanding how temporary IDs are used
Creating multiple collections from a single query?
Is it possible to keep SSR on in TanStack Start when using TanStack DB?
Hitting issues updating an item in collection
Best practices on keeping multiple electric connections active

Collection errors are not trackable without calling useLiveQuery
collection.utils.errorCount()
in a component that won't use a live query hook, the collections error utils won't trigger a rerender.
It's a bummer because I'd like to be able to check if a collection has errored in a child component, and I don't want to subscribe to a live query in the parent as it adds 10-15ms to the render duration of the parent component.
This tiny delay makes the children optimistic updates feel much less snappy...Is a single item collection a valid pattern?
Zombie Effect
are collections meant to be singletons?
unique index does not throw DuplicateKeyError