Latest Posts
Day 3: Logic Blocks
Control your template flow. #if, #each, and the new #snippet features for reusable template parts.
Day 2: Reactivity with Runes
Master the new reactivity system. $state vs let, derived values with $derived, and inspecting changes.
Day 1: Hello Svelte 5 - The Runes Era
Forget everything you know about frameworks. Introduction to Svelte 5, Runes, and the Vite setup.
Day 14: Final Project - Task Master
The Graduation Ceremony. Build a complete Task Management application integrating everything you've learned.
Day 13: Handling Async State
Dealing with the real world. Learn how to handle API calls, loading states, and the experimental Suspense feature.
Day 12: State Management with Pinia
Goodbye Vuex, Hello Pinia. Learn the modern, type-safe way to manage global state in Vue applications.
Day 11: Dynamic Routing & Guards
Advanced Vue Router. Master dynamic paths, route parameters, and protecting routes with navigation guards.
Day 10: Vue Router Fundamentals
Navigate the Single Page App (SPA). Learn to set up Vue Router, link pages, and render views.
Day 9: Reusability with Composables
The superpower of Vue 3. Learn to extract and reuse stateful logic with Composables (custom hooks).