Back to directory
sveltejs avatar

svelte

web development for the rest of us. Read more below about its uses, features, and usage.

Clone repository

git clone https://github.com/sveltejs/svelte.git

87,975

Stars

5,209

Forks

935

Watchers

MIT

License

Svelte - web development for the rest of us

License Chat

What is Svelte?

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.

Learn more at the Svelte website, or stop by the Discord chatroom.

Supporting Svelte

Svelte is an MIT-licensed open source project with its ongoing development made possible entirely by fantastic volunteers. If you'd like to support their efforts, please consider:

Funds donated via Open Collective will be used for compensating expenses related to Svelte's development such as hosting costs. If sufficient donations are received, funds may also be used to support Svelte's development more directly.

Roadmap

You may view our roadmap if you'd like to see what we're currently working on.

Contributing

Please see the Contributing Guide and the svelte package for information on contributing to Svelte.

Is svelte.dev down?

Probably not, but it's possible. If you can't seem to access any .dev sites, check out this SuperUser question and answer.

License

MIT

Releases

Patch Changes

fix: preserve CSS escape sequences when printing selectors (#18667)

fix: parse :nth-child(2n of.foo) where of is not followed by whitespace (#18611)

fix: transform expressions insi...

Patch Changes

fix: skip controlled each fast path while another batch is pending (#18625)

fix: better whitespace handling inside printer (#18638)

fix: don't duplicate comments in attributes (#18...

Patch Changes

fix: call onerror and provide a working reset when hydrating a failed boundary (#18556)

fix: preserve select selection when spread attributes omit value (#18561)

Patch Changes

chore: provide indent option for print (#18474)

Patch Changes

perf: skip unnecessary blocker analysis when compiling components without top-level await (#18548)

fix: rerun derived that had an abort controller on reconnection (#18551)