electric-sql / electric-sql/pglite
Support for `useLiveQueries` and `useLiveIncrementalQueries`
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 16k
- Forks
- 442
- Avg merge
- 20h 19m
- Merged PRs (30d)
- 7
Description
TanStack Query has a very nice helper [`useQueries`](https://tanstack.com/query/latest/docs/framework/react/reference/useQueries) that allows us to load many queries at once in parallel, then `combine` the results together. It would be really nice if we could do the same with live queries here.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.