The Sad Demise of Pagination

photo of a book opened so many pages can be seen at once

Decades ago:

Now:

I remember when “infinite scroll” was first developed, and the above UX degradation was pointed out, but it became the standard anyway. Since then, the frameworks and libraries we now rely on to build the web have been created with no other method for displaying long lists of content.

Now I feel a sense of relief when I am (occasionally) presented with an actually-paginated list of content or search results. Like that one appliance from the 80s that still Just Works and never Just Breaks.

GitHub’s homepage, which presents a feed of updates from repositories and users you follow, used to work like this. The site was written with Ruby on Rails before the infinite scroll phenomenon. They recently rewrote the site in React2 and I’m not sure if the home page feed was changed then or earlier, but now a click from the feed and then back again means I will probably never find my previous place ever again. So I don’t. I close the tab before the feed even loads and move on to the next thing.

We’ve learned to work around this by opening every link in a new tab, or the developers force the links into new tabs regardless of our preferences. So we end up with browsers full of tabs, which is, besides taking up RAM and causing organizational entropy, apparently stressing us out. Most often, due to the inconsistent behavior of links, we don’t know if we should close a tab or reach for the back button. I’m often moving the mouse toward the back button before I realize it is disabled, or closing a tab only to realize I should have just clicked back, forcing me to reopen the tab. Thankfully browsers have keyboard shortcuts for reopening the last-closed tab. Thanklessly, I usually must endure a stuttering page load while I manage to then click back.

Photo by Pontus Wellgraf on Unsplash

  1. A feed, you might call it. 

  2. Or at least a lot of it. 

Previous: I Don't Want to Leave the 80s. It's Just Been, Like, No Notifications and Pizza

Archives | RSS