Reactjs – react photo album infinite scroll
I'm trying to implement infinite scroll on react photo album component, I'm trying to use this library : https://react-photo-album.com i can detect when the user scrolled down and fetch more photos (by setting intersection observer right beneath the album) the…