About 59,000 results
Open links in new tab
  1. Svelte • Web development for the rest of us

    Svelte is a UI framework that uses a compiler to let you write breathtakingly concise components that do minimal work in the browser, using languages you already know — HTML, CSS and …

  2. Docs • Svelte

    Head over to the playground to see examples, create your own Svelte apps in the browser, and share them with other people. I’m a Large Language Model (LLM)

  3. Introduction / Welcome to Svelte • Svelte Tutorial

    Welcome to the Svelte tutorial! This will teach you everything you need to know to easily build web applications of all sizes, with high performance and a small footprint.

  4. Getting started • Svelte Docs

    The Svelte team maintains a VS Code extension, and there are integrations with various other editors and tools as well. You can also check your code from the command line using sv check.

  5. Introduction • SvelteKit Docs

    What is Svelte? In short, Svelte is a way of writing user interface components — like a navigation bar, comment section, or contact form — that users see and interact with in their browsers.

  6. Svelte 5 is alive

    Oct 22, 2024 · Svelte has a large and robust ecosystem of component libraries that you can use in your applications such as shadcn-svelte, Skeleton, and Flowbite Svelte. But you don’t have …

  7. Overview • Svelte Docs

    These pages serve as reference documentation. If you’re new to Svelte, we recommend starting with the interactive tutorial and coming back here when you have questions. You can also try …

  8. Introduction / What is SvelteKit? • Svelte Tutorial

    It lists the project’s dependencies — including svelte and @sveltejs/kit — and a variety of scripts for interacting with the SvelteKit CLI. (We’re currently running npm run dev in the bottom …

  9. Blog • Svelte

    Dec 1, 2024 · Progress towards SvelteKit 1.0 and tighter TypeScript/Svelte integrations in language tools Working toward SvelteKit 1.0 and a showcase full of SvelteKit sites!

  10. .svelte files • Svelte Docs

    Components are the building blocks of Svelte applications. They are written into .svelte files, using a superset of HTML. All three sections — script, styles and markup — are optional.