Svelte 5 Beginner Series
-
Svelte 5 Beginner Series
A functional todo app in Svelte 5, using less than 15 lines of code?
December 1, 2025
- #svelte
- #sveltekit
- #webdev
- #tutorial
Can we build a functional todo app in Svelte 5, using less than 15 lines of code?
-
Svelte 5 Beginner Series
I built a todo app in under 15 lines of Svelte 5. How do we make it production-ready?
January 15, 2026
- #svelte
- #sveltekit
- #webdev
- #tutorial
Let's take the tiny Svelte 5 todo app and make it behave more like a real app, without turning it into a giant codebase.
-
Svelte 5 Beginner Series
This Svelte todo app got messy. Let's refactor it into components.
March 14, 2026
- #svelte
- #sveltekit
- #webdev
- #tutorial
Let's take the finished app from the previous tutorial and split it into components without changing behavior.