Open
Description
- Currently we have a
load more
button. - This button when clicked loads 10 more stories.
- Remove this button and add infinite scroll.
- When we scroll to the bottom of the page it should fetch 10 more stories.
- Instead of having to click the
load more button
.
Detail
Just moving the button onClick login to the point when scroller reaches end of page should do the job.