Best of SvelteKit2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    How I built my new portfolio using Pixi.js

    Sveltekit was developed on-top of Vite, a build tool created by Evan You (of Vue fame) It provides a very fast and responsive set of tooling for creating local servers, handle hot module refresh, Typescript compilation, building, bundling, and more.

  2. 2
    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.

  3. 3
    Article
    Avatar of svelteSvelte Blog·4y

    What's new in Svelte: January 2022

    Faster builds with SvelteKit and a much anticipated REPL feature. A lot of work this month has gone into migrating the S Velte main website to live in the GitHub repository. Tangent, a Svelter-based note writing app, is now in beta.

  4. 4
    Article
    Avatar of communityCommunity Picks·4y

    We measured the SSR performance of 6 JS frameworks - here's what we found.

    We measured the SSR performance of 6 JS frameworks to choose from. All demos are public and hosted on Netlify. The results were interesting, but just like Formula 1, it was often milliseconds that separated the good from the great.

  5. 5
    Article
    Avatar of logrocketLogRocket·4y

    Building a full-stack app with Bud and Go

    New Go framework Bud allows frontend and backend code to expand based on the needs of its users. Bud is a framework that keeps things simple but can scale up when needed. Bud comes with built-in functionality for frontend development with Svelte and uses Go for the backend. The index method would return a view from a file called index.svelte in our view folder.

  6. 6
    Article
    Avatar of svelteSvelte Blog·4y

    What's new in Svelte: July 2022

    Svelte supporters have donated approximately $80,000 to the project on OpenCollective. @gtm-nayan has begun triaging and fixing SvelteKit issues this past month as a paid contributor. A PR two years in the making, resulting in up to 3x faster rendering in benchmarking tests!

  7. 7
    Article
    Avatar of svelteSvelte Blog·4y

    What's new in Svelte: August 2022

    July was the third largest month for SvelteKit changes since its inception. Vite 3 and 'vite.js' are now supported. The @layer CSS at-rule is now supported in Sveltte components (3.49.0, PR) The inert HTML attribute is nowsupported in Mail Must Move is an email made for those who want to get more done.

  8. 8
    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.

  9. 9
    Article
    Avatar of communityCommunity Picks·4y

    Nuxt 3 vs SvelteKit

    Nuxt 3 vs SvelteKit for ryantoken.com v3 has been in Release Candidate mode since April of 2022 (about 6 months at time of writing) It still isn't done and is missing some key features for me to be fully satisfied with it. Nuxt will automatically configure the routing for you.