dcurletti / redux-infinite-scroll

React infinite scroll component designed for a Redux data-flow.
MIT License
178 stars 47 forks source link

Allow for inverted scrolling #24

Open dcurletti opened 8 years ago

tamer-badawy commented 7 years ago

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;

Besiara commented 7 years ago

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.

tamer-badawy commented 7 years ago

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