Completed
Defining writable stores
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Svelte - Web App Development Reimagined
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Svelte?
- 3 What is SvelteKit?
- 4 Creating a SvelteKit project
- 5 Running a SvelteKit project
- 6 Example "Todo App"
- 7 Logic in markup
- 8 Top Svelte features
- 9 Small bundle sizes
- 10 File-based component defs
- 11 CSS
- 12 Easy component state management
- 13 Reactive statements
- 14 Example "Loan"
- 15 Easy app state management
- 16 Kinds of stores
- 17 Defining writable stores
- 18 Using stores
- 19 Issues to consider
- 20 Related tools
- 21 Topics not covered here
- 22 Svelte resources
- 23 Conclusion