Infinite Scrolling of TanStack Query ๐ธ
This article is a continuation of the previous article. So, check that out before you continue.
For infinite scrolling, create an axios function for api calling:
export const getProducts = async ({ pageParam }: { pageParam: number }) => {
return (
...
abeer.hashnode.dev3 min read