Best of SvelteDecember 2022

  1. 1
    Article
    Avatar of changelogChangelog·3y

    Announcing SvelteKit 1.0

    SvelteKit is the recommended way to build apps of all shapes and sizes. It runs wherever JavaScript runs, you can deploy your app as a traditional Node server. Unlike traditional ‘multi-page app’ or MPA frameworks, it defaults to client-side navigation after the initial server-rendered page load.

  2. 2
    Article
    Avatar of devtoDEV·3y

    Svelte vs React: Which framework to learn in 2023?

    Svelte compiles with pure HTML, CSS, and JavaScript - React has way more libraries. React is a progressive JavaScript frontend framework that helps you build complex web UIs. It takes a more behind-the-scenes (magic) style approach where it interprets very basic-looking JavaScript code.

  3. 3
    Article
    Avatar of svelteSvelte Blog·3y

    What's new in Svelte: December 2022

    SvelteKit 1.0 is just around the corner! With 99% of the milestone issues completed, there's a lot of new changes from the last month to cover. The css compiler options of and have been replaced with settings to speed up compilation for builds and improve clarity.