[FEAT] Add useInfiniteList support
Is your feature request related to a problem? Please describe.
For resources that cannot be paginated, the useInfiniteList hook will be useful. This hook can use the data provider's "getList" function like the useList hook. Unlike this hook, useInfiniteQuery should be used instead of useQuery.
Describe alternatives you've considered
No response
Additional context
No response
Describe the thing to improve
For resources that cannot be paginated, the useInfiniteList hook will be useful.
Please assign this issue to me @omeraplak
Please assign this issue to me @omeraplak
Done! Happy hacking 💥
Hey @PriyanshuRj, any progress on this one? We're excited to see your changes here 👀 👀
Due to inactivity unassigned @PriyanshuRj from this issue. Anyone still interested in this?
Hey @omeraplak , can you assign me to the issue? I don't know how i can do it for now but i want to try :D
Hey @omeraplak, I couldn't it for now. If you want you can unassign it from me. I will follow its solution for the next features :)
We've released the useInfiniteList hook 💥 https://refine.dev/docs/api-reference/core/hooks/data/useInfiniteList/