Svelte is a compiler not a framework
Svelte compiles your code for production at build time into a single, vanilla, Javascript bundle
No extra scripts or libraries are shipped to production
Often results in a faster running website