dcurletti/redux-infinite-scroll

Allow for inverted scrolling

Opened this issue · 3 comments

Allow for inverted scrolling

I work on a instgram like app and face this proplem but came over it by the back end not the library
for example
when retrive the data from the server you can use syntx like this
`Select * from table Order By id DESC;

It's not solution @tjololo-co . For example I have a chat and messages sorted used ascending order to see last messages in the bottom, like in Skype. So I need to scroll up and load new messages. How I can use this infinity scroll for that.

I didn't said it is a solution but an idea that may help others