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
Are there plans to add support for "infinite queries"? If so, I'm curious how this could work. How would the library know how to feed pageParam from React Query through to the correct param?
The text was updated successfully, but these errors were encountered:
It is definitely planned to support more hooks like useQueries, useInfiniteQuery, etc for the V1. But before, it requires some refactoring on the type system to be sure that implementations are well done and consistent.
For useInfiniteQuery specifically, there is a PR here #1881 but I don't think it is ready.
Are there plans to add support for "infinite queries"? If so, I'm curious how this could work. How would the library know how to feed
pageParam
from React Query through to the correct param?The text was updated successfully, but these errors were encountered: