Svelte Learning Lab
A structured, hands-on journey through Svelte and SvelteKit, following the official documentation from basic to advanced topics.
Learning Roadmap
00 - Getting Started
- Project setup & first run
- First Componet(App.svelte)
- Nested component
01 - Reactivity
- State
- Deep state
- Derived state
02 - Props
-Declaring props
03 - Logic
-If Blocks
04 - SvelteKit Fundamentals
05 -