What is Svelte?
-
Svelte compiles everything down to pure javascript.
-
Svelte works a bit different compared to other traditional frameworks but it does a lot of the same things
Why use Svelte?
- Create dynamic frontend UIs
- Produce highly optimized javascript
- No virtual DOM
- About 30% faster than other frameworks
- Great out of the box animations and transitions
Svelte vs React
Learn Svelte from Traversy Media
Source Code
Download the project called 'Feedback App' from Github here.