Building the load more mechanism for an infinite scroll
Let's set up the problem first. You have a list of posts and you want to show them "infinite-scroll"-style sorting from the newest post to the oldest post. Well, obviously, you can't just load every single post into the page at once. Therefore,