
Svelte
- vuetelemetry
- Status: Actively maintained
Svelte is an open-source front-end framework, created by Rich Harris. Rather than shipping a runtime that updates the DOM in the browser, it compiles components to small, efficient JavaScript at build time.
Its meta-framework SvelteKit adds routing and server-side rendering. Svelte is one of the alternative stacks worth comparing against Vue and React.
