Languages & Frameworks

Svelte

English

Overview

A JavaScript framework that compiles at build time to keep the runtime lightweight.

Details

Unlike React or Vue, Svelte doesn't use a virtual DOM -- it compiles to efficient JavaScript at build time, reducing runtime overhead. It's also known for requiring less boilerplate code.

More Programming terms