home.social

#svelte5 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #svelte5, aggregated by home.social.

  1. I decided to build my website (finally, after several years working in #webdev). Looking to try something new, I gave #SvelteKit a go.

    I had to learn to love it, but I can't deny the how simple #Svelte5 reactivity is to work with. But, I did find it has its limits.

    carledwardlyons.ca/articles/de

    #blog #devlog #software #development #testing #observability #design #architecture

  2. I decided to build my website (finally, after several years working in #webdev). Looking to try something new, I gave #SvelteKit a go.

    I had to learn to love it, but I can't deny the how simple #Svelte5 reactivity is to work with. But, I did find it has its limits.

    carledwardlyons.ca/articles/de

    #blog #devlog #software #development #testing #observability #design #architecture

  3. I decided to build my website (finally, after several years working in #webdev). Looking to try something new, I gave #SvelteKit a go.

    I had to learn to love it, but I can't deny the how simple #Svelte5 reactivity is to work with. But, I did find it has its limits.

    carledwardlyons.ca/articles/de

    #blog #devlog #software #development #testing #observability #design #architecture

  4. I decided to build my website (finally, after several years working in #webdev). Looking to try something new, I gave #SvelteKit a go.

    I had to learn to love it, but I can't deny the how simple #Svelte5 reactivity is to work with. But, I did find it has its limits.

    carledwardlyons.ca/articles/de

    #blog #devlog #software #development #testing #observability #design #architecture

  5. I decided to build my website (finally, after several years working in ). Looking to try something new, I gave a go.

    I had to learn to love it, but I can't deny the how simple reactivity is to work with. But, I did find it has its limits.

    carledwardlyons.ca/articles/de

  6. Non so se interesserà mai a qualcuno ma ecco un piccolo sideproject in bun/svelte5: Alicarti

    Un websocket game framework per create giochi multiplayer giocabili via browser.

    youtu.be/NIH1Rsx_7zk

    Nella demo faccio vedere una chat, una echo room e un piccolo gioco di Carta Forbice Pietra.

    codice: github.com/vikkio88/alicarti

    #gamedev #JavasScript #typescript #bun #svelte5

  7. Svelte5: the "next-gen" framework that desperately wants to be #Vue3 😅, but ends up being the awkward cousin at the family reunion 👀. Meanwhile, GitHub's relentless tab shuffle game continues to keep developers' attention span at a record low. 🤦‍♂️
    gist.github.com/rxliuli/c88619 #Svelte5 #GitHub #Developers #AttentionSpan #HackerNews #ngated

  8. #svelte is awesome. it gets so many things right, especially those that annoy the hell outta me with #vuejs. #sveltejs #svelte5 #webdev

  9. Good to see many different types of blogs powered by atproto. Here is one using SvelteKit 5 and whtwnd lexicons. It may not show in Bluesky yet Thanks @afaik.fyi for all the steps to get started. Have to give it a try soon #atproto #blog #bluesky #atprotodev #svelte #whtwnd #lexicon #svelte5

  10. Rewrite of #Chit (my serverless, privacy-focused Ollama LLM client) is coming along. Mostly wanted to learn the new stuff with #Svelte5, organize the code cleaner, and work in mobile responsiveness from the start.

    Coming along well. So far.

    #llm #ollama

  11. An SSR Performance Showdown

    🔍 Comprehensive #SSR Performance Testing:
    • Test setup: 2398 div elements spiral rendering on #NodeJS v22, #M1Mac with 8GB RAM

    📊 Performance Rankings (requests/second):
    #fastifyhtml: 1088 (baseline templating)
    #Vue: 1028 (best full-featured performance)
    #Svelte5: 968 (pre-release version)
    #SolidJS: 907 (impacted by hydration IDs)
    #Preact: 717 (lightweight alternative)
    #React19: 572 (RC version)

    🛠️ Testing Environment:
    • Built using #Fastify and @fastify/vite
    • Production builds tested
    • Consistent styling and template implementations
    • No client-side reactivity features

    💡 Key Findings:
    #Vue and #Svelte offer best balance of performance and ecosystem maturity
    • Hydration markers impact performance (demonstrated in #SolidJS)
    • Simple templating (#fastifyhtml) outperforms full frameworks

    Source: blog.platformatic.dev/ssr-perf