Skip to content

Instantly share code, notes, and snippets.

@bonniss
Last active April 5, 2020 04:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bonniss/894b268c069b1981b8e616ed90651857 to your computer and use it in GitHub Desktop.
Save bonniss/894b268c069b1981b8e616ed90651857 to your computer and use it in GitHub Desktop.
An introduction note on Svelte

Svelte notes

Features

Homepage

  • Write less code: Build boilerplate-free components using languages you already know - HTML, CSS, Javascript
  • No Virtual DOM: Svelte compiles your code to tiny, framework-less vanilla JS - your app starts fast and stay fast
  • Truly reactive: no more complex state management libraries - Svelte brings reactivity to JS itself.

Rethinking reactivity

Svelte 3: Rethinking reactivity

Slide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment