How to implement infinite scroll in tanstack react query ?
I'd like to incorporate infinite scrolling into my project using React Query.
As I scroll down the page, I want to send a request to the backend to fetch additional data.
How can I implement this ?
3 Replies
fascinating-indigo•2y ago
exotic-emeraldOP•2y ago
@TkDodo 🔮 is there any sample code for it ?
fascinating-indigo•2y ago
why don't you look at the docs ?
https://tanstack.com/query/v5/docs/framework/react/examples/load-more-infinite-scroll
React TanStack Query Load More Infinite Scroll Example | TanStack Q...
An example showing how to implement Load More Infinite Scroll in React using TanStack Query.