web icon indicating copy to clipboard operation
web copied to clipboard

Infinite scrolling?

Open amartini opened this issue 6 years ago • 3 comments
trafficstars

What about implementing infinite scrolling? Very easy to do #

amartini avatar Nov 13 '19 04:11 amartini

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?

jschr avatar Nov 28 '19 05:11 jschr

youtube is a good example of infinite scroll

Chetan-KK avatar Mar 20 '23 07:03 Chetan-KK

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

WillGarman avatar Apr 16 '24 00:04 WillGarman