Svelte: First Look

Svelte: First Look

English | MP4 | AVC 1280×720 | AAC 48KHz 2ch | 1h 03m | 139 MB

JavaScript frameworks and libraries keep growing, sprouting increasingly more dependencies along the way. Svelte—a new, lightweight component framework—marches into this tangle with a brush cutter, trimming down the weeds to provide a core set of key functionalities with zero dependencies. In this course, join Ray Villalobos as he helps you get up to speed with Svelte, explaining how to use it to create apps that please your users without making them wait. Learn how Svelte differs from frameworks like Angular and React, as well as how to use styles and preprocessors with Svelte, work with data across multiple components, use lifecycle methods to load data, and more.

Table of Contents

Introduction
1 Svelte, why it’s different
2 Using the exercises for this course

How Svelte Works
3 How do I create a Svelte App
4 Using CSS and pre-processors
5 Using expressions and sub-components
6 Looping through data
7 Using lifecycle methods to load data
8 Creating two-way data binded relationships
9 Handling events

Conclusion
10 Next steps