Tag: fundamentals
4 articles
- What Is Svelte?
Discover why Svelte takes a fundamentally different approach to building UIs. Learn how the compiler-first philosophy eliminates runtime overhead and simplifies your code.
- Your First Component
Learn the anatomy of a Svelte component file. Understand how script, markup, and styles work together in a single .svelte file.
- Reactivity Basics
Master Svelte's reactive system. Learn how reactive declarations, statements, and the $: syntax make state management effortless.
- Introduction to SvelteKit
Discover what SvelteKit adds to Svelte. Learn about project structure, the dev server, and how SvelteKit handles routing, SSR, and more.