Svelte Crash Course

Svelte Crash Course

Svelte is a tool for building fast web applications. It is similar to JavaScript frameworks such as React and Vue, which share a goal of making it easy to build slick interactive user interfaces.

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

Svelte vs React

Image Source

Learn Svelte from Traversy Media



Source Code

Download the project called 'Feedback App' from Github here.

Leave a comment

All comments are moderated before being published.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.