Messages
Topics
Lists
Groups
Marketplace
Jobs
Alexander Tyler
4 years ago
Learn how to build a simple RSS reader using Sapper and Svelte 3
#svelte #javascript #web-development
Learn how to build a simple RSS reader using Sapper and Svelte 3. What is Svelte? Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app. Sapper is an application framework powered by Svelte — build bigger apps with a smaller footprint.