oleksandr-shvets / awesome-sveltejs

A curated list of delightful Svelte.js resources

Home Page:http://svelte.technology

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool





Svelte is among the fastest libraries to build user interfaces. Contrary to React, Vue, Inferno — Svelte has no runtime. Components are written using HTML, CSS and JavaScript (plus a few extra bits you can learn in under 5 minutes). During your build process Svelte compiles them into tiny, standalone/deduplicated JavaScript modules. With static analysis, Svelte makes sure that the browser does as little work as possible. Other than being fast and weightless, Svelte has the lowest memory footprint after hand-written vanilla JavaScript. Svelte can render on both client and server.

Open in REPLContext





Contents



Examples

Starters

Resources

Articles

Principles

Utilities

Plugins

Routing

Miscellaneous

Benchmarks

Community





License

CC0

About

A curated list of delightful Svelte.js resources

http://svelte.technology