What if someone made a better svelte? Would people be interested?

This page summarizes the projects mentioned and recommended in the original post on /r/sveltejs

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • svelte-preprocess

    A ✨ magical ✨ Svelte preprocessor with sensible defaults and support for: PostCSS, SCSS, Less, Stylus, Coffeescript, TypeScript, Pug and much more.

    If you want to write pug, there are tools that allow you to do that: https://github.com/sveltejs/svelte-preprocess

  • imba

    🐤 The friendly full-stack language

    If you want to try a framework that tries to be a maximally expressive, Imba is your best candidate. The cost is of course completely new syntax for everything.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

  • SvelteKit

    web development, streamlined (by sveltejs)

    element in src/app.html target: "#svelte", // ssr: false, files: { hooks: "./src/hooks/index.coffee" }, vite: { // after upgrading to kit next.180 // https://github.com/sveltejs/kit/issues/2277 // preprocess wasn't working for coffeescript files optimizeDeps: { entries: [], }, plugins: [ coffee(), resolve({ browser: true , preferBuiltins: true , dedupe: importee => importee === "svelte" || importee.startsWith("svelte/"), extensions: [".js"] }) , commonjs( {extensions: ['.js','.coffee']} ) ] } } }; export default config; ``` Some recent quirks broke the coffeescript preprocessing (see comments in vite attribute above) that required a workaround. Change your

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