Non-reactive queries with useQuery
thomasballinger opened this issue · 1 comments
thomasballinger commented
If you want to use TanStack Query polling etc. with a Convex query you should be able to — you can today with the http client, at least this should be documented.
thomasballinger commented
This works for actions now, useQuery(convexAction(api.foo.bar, {})) is a good old non-reactive polling React Query thing.