Live data from Hacker News

Why isn't HN infinite scroll?

news.ycombinator.com

41–44 of 44 posts

Re: Why isn't HN infinite scroll?

#43

I say this as a front-end dev who has worked on, among other things, several SPAs Downsides of infinite scroll: - Requires JavaScript (adds complexity, especially when site doesn't already require dynamic rendering) - Loose/unpredictable UX behavior can be discomforting (loads when you don't want it to load, doesn't load when you want it to, scroll bar suddenly changes size, etc) - Reloading the page/clicking the bac…

Perhaps web standards & browsers should support it. Most of the reasons why it can be bad are due to it breaking things in certain ways, but that hasn't stopped it from being used. So, add some proper support for it?

Some say it's a dark pattern, but I don't think so. Wouldn't it feel silly if Twitter made you paginate through your feed?

Post reply on HN