Book Image

Svelte.js - The Complete Guide [Video]

By : Maximilian Schwarzmüller
5 (1)
Book Image

Svelte.js - The Complete Guide [Video]

5 (1)
By: Maximilian Schwarzmüller

Overview of this book

If you want to build reactive user interfaces that load quickly and run fast, Svelte.js is a tool you shouldn't overlook! Svelte.js (or just "Svelte") is a modern JavaScript compiler that allows you to write and compile efficient and easy-to-understand JavaScript code that runs in the browser. In this course, you’ll learn how to write a frontend application using JavaScript, following the rules laid out by Svelte. The Svelte compiler will then produce a small and highly optimized JavaScript bundle which can be easily deployed. This course covers all about Svelte, helping you understand how it works, what its core features are, and how to run your final app on a real server! Svelte.js is a great alternative to JavaScript frameworks and libraries such as React.js, Angular, or Vue for building highly reactive, modern user interfaces for the web. Moreover, it enables you to build your web projects with less code and helps build faster apps!
Table of Contents (19 chapters)
Chapter 1
Getting Started
Section 1
Introduction
Getting Started: Introduction