/smiley

Primary LanguageHTML

Svelte intro course

Intro

  1. (super short intro about myself)
  2. What/Why Svelte?
  3. Structure of Svelte project

Components

  1. Component structure JS+CSS+HTML, JS in HTML, global CSS
  2. importing components
  3. exporting props
  4. slots

Template syntax

  1. #if
  2. #each

State

  1. Binding - ask for name
  2. Reactive statements
  3. Setting lists / dictionaries ???
  4. class:name

Events

  1. inline (on:click)
  2. event dispatching

Transitions

  1. in, out, transition