react-infinite-scroll-hook
react-infinite-scroll-hook copied to clipboard
React hook for creating infinite scroll components.
Hi, First, thanks a lot for your repo. I tried all of them and your's is the only one working perfectly for a reverse infinite loading. I had a flickering...
Hi, Thanks for this project - it's very good and has been a big help! I'm using it on a page with a big footer (below the infinite list) and...
## See this example in codesandbox https://codesandbox.io/s/try-react-infinite-scroll-hook-4ekfj1?file=/src/App.jsx:1374-1384 ## This is a common pitfall when using `rootMargin` without `root` specified Little rules of `Interception Observer API`: `root` default to viewport while...
Hi, First of all thank you so much for the amazing package, I'm trying to implement it with `react-query` for a chat application. Basically, we need to first load most...
I am trying to use this package in nextjs app directory. But it fails because of calling client components from server files. Since the useLoadItems use `useState` it must be...
I have upgraded my project from react 17 to react 18. also upgraded the react-infinite-scroll-hook 4.01 to 4.04. but it is not working.
I'm migrating my remix app to be all ESM, my code was like this ``` import useInfiniteScroll from 'react-infinite-scroll-hook'; ``` But now it produces error ``` TypeError: __vite_ssr_import_5__.default is not...