svelte.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [svelte]

www.codever.land/bookmarks/t/svelte

Getting Acquainted With Svelte, the New Framework on the Block | CSS-Tricks

https://css-tricks.com/getting-acquainted-with-svelte-the-new-framework-on-the-block/


Sapper Home Page

https://sapper.svelte.dev/

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 Home Page

https://svelte.dev/

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.