About 8,400 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

    I’m brand new here We recommend starting with the interactive tutorial, which will teach you how to use Svelte right here in your browser. I’m migrating an app from Svelte 4 If you’re already …

  3. Introduction / Welcome to Svelte • Svelte Tutorial

    What is Svelte? Svelte is a tool for building web applications. Like other user interface frameworks, it allows you to build your app declaratively out of components that combine …

  4. Getting started • Svelte Docs

    With this, npm run build will generate HTML, JS, and CSS files inside the dist directory using vite-plugin-svelte. In most cases, you will probably need to choose a routing library as well.

  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. Overview • Svelte Docs

    Overview • Svelte documentationSvelte is a framework for building user interfaces on the web. It uses a compiler to turn declarative components written in HTML, CSS and JavaScript...

  7. .svelte.js and .svelte.ts files • Svelte Docs

    Besides .svelte files, Svelte also operates on .svelte.js and .svelte.ts files. These behave like any other .js or .ts module, except that you can use runes. This is useful for creating reusable …

  8. Svelte • Cybernetically enhanced web apps

    We're proud that Svelte was recently voted the most admired JS web framework in one industry survey while drawing the most interest in learning it in two others.

  9. Blog • Svelte

    Dec 1, 2024 · Using CSS-in-JS with Svelte You don’t need to, but you can Rich Harris Dec 26 2018 Svelte v2 is out! Here’s what you need to know Rich Harris Apr 18 2018 Sapper: …

  10. Introduction • Docs • Svelte

    SvelteKit will handle calling the Svelte compiler to convert your .svelte files into .js files that create the DOM and .css files that style it. It also provides all the other pieces you need to build a …