Svelte adoption guide: Overview, examples, and alternatives

This page summarizes the projects mentioned and recommended in the original post on dev.to

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Svelte

    Cybernetically enhanced web apps

    Svelte is an open source project that has a core team and many volunteer contributors. A volunteer organization called Svelte Society promotes Svelte and its ecosystem. They run a quarterly Svelte Summit. It is a well-loved and maintained project.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • vite-plugin-svelte

    Svelte plugin for http://vitejs.dev/

    There are plugins for all the major web bundlers to handle Svelte compilation, such as Vite (vite-plugin-svelte) and webpack (svelte-loader). They will output .js and .css files that you can insert into your HTML. There are also plugins for major testing frameworks to enable testing a Svelte codebase, such as Vitest and Playwright.

  • todomvc

    Helping you select an MV* framework - Todo apps for React.js, Ember.js, Angular, and many more

    Svelte produces small bundles. The prototypical ToDoMVC application creates a bundle of HTML, CSS, and JavaScript of the following sizes in the different frameworks:

  • svelte-loader

    Discontinued Webpack loader for svelte components.

    There are plugins for all the major web bundlers to handle Svelte compilation, such as Vite (vite-plugin-svelte) and webpack (svelte-loader). They will output .js and .css files that you can insert into your HTML. There are also plugins for major testing frameworks to enable testing a Svelte codebase, such as Vitest and Playwright.

  • language-tools

    The Svelte Language Server, and official extensions which use it (by sveltejs)

    Svelte for VS Code — Provides syntax highlighting and rich IntelliSense for Svelte components in VS Code, using the Svelte Language Server. The Svelte team maintains this

  • SvelteKit

    web development, streamlined (by sveltejs)

  • astro

    The web framework for content-driven websites. ⭐️ Star to support our work!

    The official application framework for Svelte is SvelteKit, though other application frameworks such as Astro support Svelte as well. SvelteKit allows you to build a multi-page application using Svelte components. It provides all the pieces you need to build a modern web app such as:

  • js-framework-benchmark

    A comparison of the performance of a few popular javascript frameworks

    You can compare performance in a more rigorous way by consulting Stefan Krause's js-framework-benchmark project. Here are results based on the latest snapshot:

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Astro + Cloudflare Pages: A Beginner's Guide to Fast and Easy Deployment

    5 projects | dev.to | 16 Sep 2024
  • Criando rotas dinâmicas para internacionalização (i18n) com Astro Build

    3 projects | dev.to | 17 Aug 2024
  • 100FrontendChallenge - Introduction

    5 projects | dev.to | 30 Jul 2024
  • Show HN: I made a programmable computer from NAND gates

    3 projects | news.ycombinator.com | 25 Apr 2024
  • The State of Angular SSR Deployment in 2024

    11 projects | dev.to | 2 Mar 2024

Did you konow that JavaScript is
the 3rd most popular programming language
based on number of metions?