1 Meet the players
This chapter covers
- Svelte
- Sapper
- Svelte Native
Svelte (https://svelte.dev/) is a tool for building JavaScript-based web applications. It is an alternative to web frameworks like React, Vue, and Angular. Like them, Svelte focuses on defining user-interface (UI) components and their interactions. Each UI component is an independent, potentially reusable part of a larger user interface that can be independently designed and implemented.
Svelte has many benefits over other web frameworks:
-
Apps produced using Svelte require less code than most frameworks to implement the equivalent functionality.
-
Svelte produces smaller bundle sizes, which results in decreased browser load times.
-
Svelte greatly simplifies state management, ...
Get Svelte and Sapper in Action now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.