Open amartini opened 5 years ago
Curious if there are other opinions about this.
I'm a classic pagination fan but don't mind infinite scrolling either.
Any examples of particularly good implementations of inifinite scrolling?
youtube is a good example of infinite scroll
Just used the site for the first time, and I agree, infinite scroll would be a great change. I think it would feel a lot better if the scroll wasn't interrupted via needing to click the pagination bar. So users could just scroll and scroll and keep exploring new themes and not even get interrupted or a need to stop prematurely.
side note: would be fairly easy to add since you already have pagination built out, now you just need to trigger it via the scroll position and just add the new data to the page instead of navigating to a different page
What about implementing infinite scrolling? Very easy to do #