Skip to content

Raigyo/svelte-overview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte.js - Overview

November 2020

🔨 Svelte.js is a new way to build web applications. It's a compiler that takes your declarative components and converts them into efficient JavaScript that surgically updates the DOM.

From Udemy: Svelte de A à Z


Concepts covered

  • Props
  • CSS dynamic classes
  • Conditionnal and loops
  • Two way data binding
  • Reactive vars
  • Reactive methods
  • Reactive arrays
  • Events
  • Events modifiers
  • Slots
  • Components lifecycle / methods
  • UI: Modal windows / Tabs systel / Responsive Navbar
  • Store writable/readable - subscribe - set - update - destroy -subscribe several components
  • Custom store

How to test

  • Clone
  • npm install
  • npm run dev

Useful links

About

Svelte: overview

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published