
Traditional frameworks for programming web apps, such as React and Vue, shift the majority of the work of a web app to the browser. This makes the apps sluggish and requires a lot of data. Svelte compiles the apps in the background in a lean optimized JavaScript which the user experiences as a significant performance boost.