this post was submitted on 28 Jun 2023
21 points (100.0% liked)
Disability and Accessibility
907 readers
1 users here now
All things disability and accessibility related, and advocacy for making those things better.
See also this community's sister subs Feminism, LGBTQ+, Neurodivergence, and POC.
This community's icon was made by Aaron Schneider, under the CC-BY-NC-SA 4.0 license.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Infinite scrolling is one of those features that people want on paper, but causes a lot of problems in practice! There are so many design decisions to make when building infinite scrolling, and it's essentially impossible to make infinite scrolling that works perfectly in every circumstance because the problem essentially reduces to the CAP theorem... And while it's technically true that you run into similar issues with a paginated system, it's often much more obvious when you might have stale data and stuff as a user and much more obvious how to refresh it and get back to the same place.