#svelte5 — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #svelte5, aggregated by home.social.
-
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.
https://carledwardlyons.ca/articles/devlogs/blank/sveltekit?ref_id=mastodon&ref_source=post
#blog #devlog #software #development #testing #observability #design #architecture
-
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.
https://carledwardlyons.ca/articles/devlogs/blank/sveltekit?ref_id=mastodon&ref_source=post
#blog #devlog #software #development #testing #observability #design #architecture
-
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.
https://carledwardlyons.ca/articles/devlogs/blank/sveltekit?ref_id=mastodon&ref_source=post
#blog #devlog #software #development #testing #observability #design #architecture
-
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.
https://carledwardlyons.ca/articles/devlogs/blank/sveltekit?ref_id=mastodon&ref_source=post
#blog #devlog #software #development #testing #observability #design #architecture
-
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.
https://carledwardlyons.ca/articles/devlogs/blank/sveltekit?ref_id=mastodon&ref_source=post
#blog #devlog #software #development #testing #observability #design #architecture
-
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.
Nella demo faccio vedere una chat, una echo room e un piccolo gioco di Carta Forbice Pietra.
-
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. 🤦♂️
https://gist.github.com/rxliuli/c886198390a9fd1138853d0e260025f3 #Svelte5 #GitHub #Developers #AttentionSpan #HackerNews #ngated -
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
-
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 frameworksSource: https://blog.platformatic.dev/ssr-performance-showdown