cover image
Getting started • Svelte Docs
18 Nov 2025
svelte.dev

Getting started • Svelte documentation

cover image
Getting Started With SvelteKit
24 Jan 2023
css-tricks.com

SvelteKit is the latest of what I'd call next-gen application frameworks. It, of course, scaffolds an application for you, with the file-based routing,

cover image

Svelte is slowly rising to fame these days and it’s getting more and more traction with new version 3 being released in April.

cover image

For the last six years, Vue, Angular, and React have run the world of front-end component frameworks. Google and Facebook have their own sponsored frameworks,

cover image

Getting started with SvelteKit: 10 tips I learned building fast Svelte sites from tooling to integrating SEO components and Netlify config

cover image
The Svelte Compiler Handbook
5 Apr 2020
lihautan.com

The Svelte compilation process can be broken down into 4-steps, 1) parsing source code into AST, 2) tracking references and dependencies, 3) creating code blocks and fragments, and 4) generate code.

cover image
Svelte 3: Rethinking reactivity
11 Mar 2020
svelte.dev

It's finally here

cover image

Svelte.js is a JS framework that simplifies the creation of fast, static web apps by turning raw code into sleek & interactive UI. Read this guide to get started.