8000 GitHub - sveltemaster/smiley
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

sveltemaster/smiley

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0