Intro to Svelte
Welcome to the Intro to Svelte. Here is where your journey in the magic of Svelte begins. In this course you are going to learn everything you need to know to start making your next project with SvelteKit. We’ll discuss the difference between Svelte and SvelteKit and why we are using SvelteKit to start our projects. This course will not only teach you the fundamentals, but you will also walk away with starter kits that you can use to create your very own SvelteKit site with. Let’s get started!
Lessons
Visual Studio Code - Extensions and Settings for the Svelte Framework.
Svelte is a component framework that allows you to break up your application into reusable chunks and provides some sugary syntax, making your code base easy to understand and very graceful.
Svelte is a component framework that allows you to break up your application into reusable chunks and provides some sugary syntax, making your code base easy to understand and very graceful.
Why should you use SvelteKit
Performance
File Based Routing
Styling
The basics that you need to get started with Svelte.
All about the amazing sugar syntax and short methods.
3 Kinds of templating blocks
The Await and Key blocks
Reactivity
Props
Slots