Hacker News new | ask | show | jobs
by duderific 4110 days ago
I don't think you need SPA just for infinite scroll. You could have a regular page that loads some minimum number of articles, then just add a little javascript to that page to ajax fetch articles as the user scrolls.