Svelte


Svelte is a free and open-source JavaScript framework written by Rich Harris. Svelte applications do not include framework references. Instead, building a Svelte application generates code to manipulate the DOM, which may give better client run-time performance. Svelte has its own compiler for converting app code into client-side JavaScript at build time. It is written in TypeScript.
The Svelte source code is licensed under MIT License and hosted on GitHub.