🤖 Powerful asynchronous state management, server-state utilities and data fetching for the web. TS/JS, React Query, Solid Query, Svelte Query and Vue Query.
The example indicates we should prevent fetching the next page if we are currently refetching. But fetching the next page of data would cancel any background re-fetches (as exepected).
I've updated the example to check we are not already fetching the next page instead as that makes more sense.
The example indicates we should prevent fetching the next page if we are currently refetching. But fetching the next page of data would cancel any background re-fetches (as exepected).
I've updated the example to check we are not already fetching the next page instead as that makes more sense.