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 ?
As I scroll down the page, I want to send a request to the backend to fetch additional data.
How can I implement this ?