- Overview
- Transcript
1.1 Introduction
Hi, I’m Jeremy McPeak, and I invite you to spend some time with me as I introduce you to Svelte. Even if you are a React or Vue die-hard, I promise that Svelte will impress you with its lack of boilerplate, simple component design, and fast execution.
1.Introduction1 lesson, 01:09
1.1Introduction01:09
2.Learning Svelte7 lessons, 53:32
2.1Creating a Project07:15
2.2Creating Components and Binding Data07:29
2.3Handling Events and Iterating Over Collections10:03
2.4Creating and Dispatching Custom Events04:59
2.5Working With Props and Lifecycle Functions07:54
2.6Using Conditions to Dynamically Show or Hide Content06:10
2.7Style Binding09:42
3.Conclusion1 lesson, 01:00
3.1Conclusion01:00
1.1 Introduction
Svelte is a new approach to building user interfaces. Traditional frameworks like React and Vue do the bulk of their work in the browser. But Svelte shifts that work to build time, drastically improving the performance of your applications. Hi, I am Jeremy McPeak, and I invite you to spend to some time with me as I introduce you to Svelte. Even if you are a React or Vue die-hard, I promise that Svelte will impress you with its lack of boilerplate, simple component design, and fast execution. We'll start by creating a new project, not with a customized CLI, but with the download of a simple, lightweight repository. You'll learn how to write components and bind data to HTML elements. And we'll cover how to declare props, handle DOM and custom events, and use lifecycle functions to execute code. You'll learn how to use conditions in your templates, and bind style to elements. So basically, everything you need to start using Svelte in your applications. I can't wait to get started, so queue up the next video.







