Cybernetically enhanced web apps
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Dominic Gannaway 89780e38e8
add tests
11 months ago
.changeset fix: make untrack behave correctly in relation to mutations 11 months ago
.github fix: intellisense DX for $props, $inspect, $bindable, and $host (#14777) 11 months ago
.vscode chore: unify sandbox (#13012) 1 year ago
benchmarking chore: add ssr benchmark suite (#14361) 1 year ago
documentation/docs add self-closing-tags info (#14758) 11 months ago
packages/svelte add tests 11 months ago
playgrounds/sandbox chore: fix sandbox (#14596) 12 months ago
.editorconfig
.gitattributes
.gitignore
.npmrc
.prettierignore chore: restructure docs for new site (#13699) 1 year ago
.prettierrc
CODE_OF_CONDUCT.md
CONTRIBUTING.md chore: update all learn.svelte.dev links and a couple of others (#13803) 1 year ago
FUNDING.json
LICENSE.md
README.md chore: update all learn.svelte.dev links and a couple of others (#13803) 1 year ago
eslint.config.js docs: fix typo 1 year ago
package.json chore: bump jsdom to 25.0.1 (#14473) 12 months ago
pnpm-lock.yaml fix: bump esrap dependency (#14765) 11 months ago
pnpm-workspace.yaml chore: remove preview site (#14428) 12 months ago
vitest.config.js

README.md

Cybernetically enhanced web apps: Svelte

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.

svelte.dev

The source code for https://svelte.dev lives in the sites folder, with all the documentation right here. The site is built with SvelteKit.

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