Creating a paginated blog with server side rendering (SSR) support using Svelte and Sapper

In this video, I’ll show you how I’ve implemented a 100% dynamic paginated blog with server side rendering support using Svelte and Sapper. This is just a proof of concept so that you can see how to implement this on your site. The advantages of this approach are performance and page size, since we won’t render all posts in one page, sending the posts three by three. There are no network calls being made at all. If you have questions or suggestions for other videos, comment below! Twitter: https://
Back to Top