-
Hello, I couldn't find any example and I wonder if it's possible to combine useAsyncList with the react-query useQuery hook to load paginated data. If anyone already used these two combined I would love to see a little code snippet. Thank you in advance. |
Beta Was this translation helpful? Give feedback.
Answered by
LFDanLu
Jul 15, 2022
Replies: 1 comment 3 replies
-
I haven't used |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
snax4a
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I haven't used
useQuery
before, but it seems to serve a similar purpose to useAsyncList at a glance albeit without the list manipulation methods. Would you mind expanding on what exactly you are trying to accomplish here that would require using both these hooks?