Svelte
Core concepts
- [ ] Template Syntax
- [ ] Svelte Components
- [ ] **Reactivity [**Reactive state and Declaration, Assigment]
- [ ] Props [Declaring, Default, Spread]
- [ ] Hooks [svelte/runtime, svelte/]
- [ ] Conditional Rendering & Loops
- [ ] Logic [If, Else]
- [ ] Events [Events, Modifiers, Handlers, DOM events]
- [ ] Bindings
- [ ] Lifecycle [onMount, onDestroy, before & after update, tick]
- [ ] Stores [Writable, Readable, Auto-subscription, Derived, Custom stores]
- [ ] Animation/Motion [Transition, Easing, SVG, Tweened, Spring]
- [ ] Context API & State Management
Untitled