Notes on my journey into the lands of Svelte and Sapper…
Read the full article at: https://developtodesign.com/svelte-and-sapper-power-notes
Although this post is mainly so that I can refer back these notes myself, maybe there will be something here that will help you in your own adventures ramping up on Svelte and Sapper.
Svelte’s key value props
- Svelte is reactive meaning it reacts and updates the UI when your state changes
- Svelte precompiles your code and, for most part does not “ship itself” with your deployed app
- It’s lightweight and blazingly fast
- Animation feels easier then other frameworks
- Excels for rapid prototyping, speed of development, and overall improved DevUX
Full article with code examples that don’t suck ass: https://developtodesign.com/svelte-and-sapper-power-notes
Originally published at https://developtodesign.com on June 13, 2020.