Bookmarks tagged [svelte]
https://css-tricks.com/getting-acquainted-with-svelte-the-new-framework-on-the-block/
- tags: javascript, web, svelte
Sapper is a framework for building web applications of all sizes, with a beautiful development experience and flexible filesystem-based routing.
Unlike single-page apps, Sapper doesn't compromise on ...
Svelte is a new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM.