T
TanStack•2y ago
exotic-emerald

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
exotic-emerald
exotic-emeraldOP•2y ago
@TkDodo 🔮 is there any sample code for it ?
fascinating-indigo
fascinating-indigo•2y ago
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.

Did you find this page helpful?