Svelte
Compiler-based UI framework — no virtual DOM, components compile to vanilla JS for minimal bundle size and maximum performance.
Svelte shifts work from the browser to compile time — there’s no runtime framework overhead, just optimised vanilla JavaScript. Its reactive assignments and simple syntax make it approachable for beginners while its performance characteristics appeal to production teams building fast, lightweight UIs.
// commonly used libraries
Modern JavaScript date utility library — pure functions, immutable, tree-shakeable, and …
utility
2015
open source
Powerful async state management for server data — caching, background refetching, pagination, …
http
2019
open source
// tags
frontendcomponentscompilerperformancespaui