Pagination with useInfiniteQuery (offset & limit)
Hello, i use React Query since a moment for my project and i like it !
Today i want to use a pagination. The goal is to show my data 3 per 3, here my code.
My data are showed but the previous has always refetch... I don't really undestand how to use this function in my case an in general. I someone can give my some tips.
Thanks a lot !
0 Replies