Description
In this course, you will learn:
- Application Frameworks
- Svelte
- JavaScript
- Application Development
Syllabus:
- Introduction
- Svelte, why it's different
- Using the exercises for this course
1. How Svelte Works
- How do I create a Svelte App?
- Using CSS and pre-processors
- Using expressions and sub-components
- Looping through data
- Using lifecycle methods to load data
- Creating two-way data binded relationships
- Handling events