Best of SvelteKitDecember 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 sdtimesSD Times·3y

    SvelteKit 1.0 released

    SvelteKit 1.0 is built on top of a UI component framework that makes it much easier to build UIs than working in the DOM directly. Developers can build apps with personalized or dynamic data without having to fetch data from the browser after the page loads. Users can then install plugins through Vite and Rollup ecosystems.