Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compilestep that happens when you build your app.
~50KB
~2.7KB
What benefits do you get?
Much, much, smaller bundle size
Compile to whatever
Much faster
Why was it created?
Develop Faster
Less boilerplate
Use HTML, CS, JavaScript
Intuitive API
Helpful helpers (a11y)
Reactivity Built-in
Specify dynamic behavior of a value at the time of declaration