I need something that allows me to fetch data when I scroll up and down. First I display today events and when scroll up, I need to fetch previous information and when I scroll down to fetch next events. I've found react-infinite-scrolling-component, but it works only in one direction. Does anyone has a better idea?