Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.51 KB

svelte.md

File metadata and controls

25 lines (20 loc) · 1.51 KB

Bookmarks tagged [svelte]

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


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 ...


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.