Svelte.js – The Complete Guide (incl. Sapper.js)
Build high-performance web applications with SvelteJS – a lightweight JavaScript compiler
Created by Academind by Maximilian Schwarzmüller | 12.5 hours on-demand video course
Svelte.js (or just “Svelte”) is a modern JavaScript compiler that allows you to write easy-to-understand JavaScript code which is then compiled to highly efficient code that runs in the browser. You’ll write your frontend application using normal JavaScript, following specific rules laid out by Svelte (which are of course taught in this course). As a result, the Svelte compiler will produce a small and highly optimized JavaScript bundle which can be deployed.
In this Svelte.js – The Complete Guide (incl. Sapper.js) course, you’ll learn all about Svelte, how it works, its core features and how to run your final app on a real server! Svelte.js is a tool for building highly reactive, modern user interfaces for the web – and it’s a great alternative to JavaScript frameworks and libraries like React.js, Angular or Vue.
What you’ll learn
- What is Svelte and why would you use it?
- All the core features and base syntax
- How to render conditional and list content
- How to write reactive and fast web applications
- All about components, how to pass data around and how to create re-usable building blocks
- How to efficiently manage data in your application via Svelte stores
- How to reach out to a backend server and send + fetch data
- How to pre-render your app on a server and improve SEO
Recommended Course by Academind Maximilian Schwarzmüller
ChatGPT, Midjourney, DALL-E 3 & APIs – The Complete Guide
Go – The Complete Guide Best seller
Angular – The Complete Guide (2024 Edition) Best seller
Next.js 15 & React – The Complete Guide Best seller
React, NodeJS, Express & MongoDB – The MERN Fullstack Guide Best seller
JavaScript – The Complete Guide 2024 (Beginner + Advanced)
Angular & NodeJS – The MEAN Stack Guide [2024 Edition] Best seller
Remix.js – The Practical Guide Best seller
Clean Code Best seller
Cypress End-to-End Testing – Getting Started
Who this course is for:
- Beginner and advanced JavaScript students who are interested in writing high-performance frontend applications
- Students who already know modern JavaScript frameworks and want to learn about a lightweight, production-ready alternative