Svelte
Svelte is a JavaScript framework for building web UI. Unlike frameworks that use a virtual DOM (like React or Vue), Svelte shifts work from runtime to compile time by converting components (chunks of code that encapsulate HTML, CSS, JS) into JavaScript that directly updates the DOM.
Svelte also offers SvelteKit, a full-stack framework built on Svelte that handles routing, server-side rendering, and API endpoints.