react-infinite-scroll-hook
react-infinite-scroll-hook copied to clipboard
Flickering problem after fetching new items
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 problem after fetching new items. It was fixed using useLayoutEffect and not useEffect.
Regards !