Svelte is a new front-end UI framework used to create user interfaces just like other frameworks such as React and Vue.js. The major difference between Svelte and other frameworks is that Svelte does most of the code conversion to a lower level at compile time.
So, because the work is done majorly during compile Time, the Svelte applications would run and bootstrap faster. Svelte is mainly focused on the following things:
- Light-weighted Library
- Faster Application Performance
- Reactivity to Changes
- Easy to Code and Use