Refine platform is great However did
Refine platform is great. However, did somebody use useInfiniteQuery? If useInfiniteQuery is not in Refine library, can we use react query together with refine core? Thank you.
3 Replies
rare-sapphire•2y ago
Hey @maxdata We dont have a
useInfiniteQuery
hook like in react-query
yet. Howover, it is on todo list.rare-sapphire•2y ago
For now, we have an example app, you can check it. https://refine.dev/docs/api-reference/antd/hooks/field/useSelect/#infinite-loading-example
useSelect | refine
useSelect hook allows you to manage an Ant Design Select component when records in a resource needs to be used as select options.
causal-orange•2y ago
thank you!