TanStackT
TanStack2y ago
3 replies
cold-orange

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 ?
Was this page helpful?