logoalt Hacker News

mock-possumtoday at 7:32 AM1 replyview on HN

Stateless infinite scroll is just lazy/incomplete implementation though - there’s no reason you can’t keep your place via permalink. Just pop the state into history using the uuid of each card as it shows in the viewport, then when the user returns using that url, drop them in at that point in the feed with some reasonable before/after preloaded.


Replies

ShinyLeftPadtoday at 8:39 AM

Sure. But thing is a bare competent pagination implementation gets this by default while with infinite scroll it requires extra effort