About 2,610,000 results
Open links in new tab
  1. What is SvelteKit? : r/sveltejs - Reddit

    Sep 1, 2023 · SvelteKit, on the other hand, is a “meta-framework” that is designed for Svelte. Just like how Svelte is an opinionated way to handle reactivity in your website, SvelteKit is an …

  2. SvelteKit - Reddit

    It's a framework for building apps with Svelte, complete with server-side rendering, routing, code-splitting for JS and CSS, adapters for different serverless platforms and so on. If you're familiar …

  3. Sveltekit vs Next JS : r/sveltejs - Reddit

    Mar 2, 2023 · SvelteKit and Next.js share many meta-framework concepts and are both fantastic options. If you want to learn a meta-framework from scratch, I think SvelteKit is easier.

  4. Sveltekit vs Astro : r/sveltejs - Reddit

    Sveltekit while never super popular is still more mature. When using the newer libraries like Astro or Quik I just keep finding little things that are missing from more mature frameworks and that …

  5. Svelte (kit) for front end - C# (.net) for back end - what do ... - Reddit

    Mar 20, 2023 · Edit: sveltekit compiles and loads changes faster than angular even with angular newest compiler. If I didn't already know it's ins-and-out, I'd probably use sveltekit for all FE.

  6. How do you use SvelteKit with HTTPS : r/sveltejs - Reddit

    Aug 18, 2023 · I am curently at work using SvelteKit and the website is mostly ready to use so I tried figuring out how to deploy it using the Node adapter. At the moment I'm using a Nginx …

  7. How can I fully disable SSR so that not a single line of my ... - Reddit

    The kiosk does not have node.js installed so running sveltekit with SSR or prerendering on is not possible. I have to generate a set of static files with a single index.html entrypoint (the kiosk …

  8. When should I use SvelteKit and when should I use plain Vite?

    Feb 12, 2023 · The getting started documentation recommends to use SvelteKit (which uses also Vite) but says you can also use Svelete without SvelteKit by just using Vite alone. When would …

  9. nextJS or sveltekit : r/sveltejs - Reddit

    I introduced sveltekit at my job to use as the frontend for our e-commerce and we’re very glad we went that route. It’s way easier to learn and provides all the features we need.

  10. Svelte Kit is the best web framework I’ve ever used - Reddit

    SvelteKit doesn't help you at all writing backend applications other than running Svelte in the server and doing some routing. If you look at Laravel, Rails, etc, they give a lot of stuff to do …