Snapx - A Modular Framework for Svelte and Beyond to Simplify Setup (Inspired by Laravel)
https://github.com/calvin-kimani/snapx
Discussions: https://discu.eu/q/https://github.com/calvin-kimani/snapx
Snapx - A Modular Framework for Svelte and Beyond to Simplify Setup (Inspired by Laravel)
https://github.com/calvin-kimani/snapx
Discussions: https://discu.eu/q/https://github.com/calvin-kimani/snapx
Optimize external / dynamic images on-the-fly in SvelteKit
https://dev.to/mandrasch/optimize-external-dynamic-images-on-the-fly-in-sveltekit-25k8 #sveltekit #svelte #ipx #imgproxy
Process and optimize external images in #SvelteKit - is it correct, that there is not yet an built-in alternative to Next Image or Nuxt Image? Nuxt Image uses IPX as built-in and self hosted image optimizer, no external CDNs ($) required. Thx for infos!
I think if I started #Svelte for the first time, today, I'd just go back to Vue or something and I'd never have become a fan.
I _understand_ that this is a 'skill issue' and that it's all my fault for not yet fully understanding the new way of doing things.
But dude, it was dead simple before. The learning curve was nearly a flat line. Shit 'just worked'. You're telling me performance is way better now with Svelte 5, but it never felt like an issue previously.
Join our @paoloricciuti at Svelte Society Austria as he presents how Sheepdog simplifies async task management in Svelte in his talk “Herd Your Async Task!” next week in Vienna!
Join the meetup here https://www.meetup.com/svelte-society-austria/events/305595827/
More about Sheepdog https://sheepdog.run
Svelte 5 And The Future Of Frameworks: A Chat With Rich Harris. #svelte
Posted into Coding is Living @coding-is-living-mobileatom
Svelte 5 And The Future Of Frameworks: A Chat With Rich Harris. #svelte
https://www.smashingmagazine.com/2025/01/svelte-5-future-frameworks-chat-rich-harris/
We published a four part series about how to build a real-time multi-user Kanban board with @couchdb and @sveltejs
Its is complete with code for all steps, so it’s not just a draw-the-rest-of-the-owl tutorial:
1. Setup, intro, first steps: https://neighbourhood.ie/blog/2024/12/05/realtime-multiuser-kanban-board-with-couchdb
2. Automatic Conflict Resolution: https://neighbourhood.ie/blog/2024/12/11/automatic-conflict-resolution
3. Manual Conflict Resolution: https://neighbourhood.ie/blog/2024/12/18/manual-conflict-resolution-with-couchdb-and-svelte
4. Avoiding Conflicts with Resource Locking: https://neighbourhood.ie/blog/2025/01/15/resource-locking-with-couchdb-and-svelte
Víkend jsem strávil ponořen do jednoho svého projektu. Řešil jsem hlavně sdílení stavů pro některé nové Svelte komponenty a uvědomil jsem si, jak zákeřné je řešení, které se přímo nabízí.
#developer #svelte
https://lawondyss.cz/blog/2025/sdileni-stavu-ve-svelte-5
Got laid off yesterday: This svelte developer trynna get ready for next chapter
Discussions: https://discu.eu/q/https://bishwas.net/
Svelte 5 render performance ranked as S Tier by SolidJS creator Ryan Carniato
https://www.youtube.com/live/kkUuaqDBSqA?si=vetl6mAuC7JMiiUV&t=5002
Discussions: https://discu.eu/q/https://www.youtube.com/live/kkUuaqDBSqA?si=vetl6mAuC7JMiiUV&t=5002
Tailwind CSS v4.0 released
https://tailwindcss.com/blog/tailwindcss-v4
Discussions: https://discu.eu/q/https://tailwindcss.com/blog/tailwindcss-v4
Hey chooms, are any of you interested in collaborating on a serverless peer-to-peer (WebRTC) implementation of Nine Men's Morris? (Especially e.g. asset contribution, UI design...also happy for code and architecture contribution). It's in typescript/sveltekit
I started it as a way to mess around with Zero trust serverless gaming (a broker is still required just for peer discovery) I think I'm mostly done with the game architecture and how turn validation should work without having to trust your peer.
Have a look and see what you think:
https://github.com/zeyus/nine-peers-morris/blob/main/game_diagram.png
https://github.com/zeyus/nine-peers-morris/blob/main/src/lib/game/game.ts
FOSS 2D graphics editor written in Rust, Graphite, posts its year in review and preview of 2025
https://graphite.rs/blog/year-in-review-2024-highlights-and-a-peek-at-2025/
Discussions: https://discu.eu/q/https://graphite.rs/blog/year-in-review-2024-highlights-and-a-peek-at-2025/
Unlocking the Power of LLMs: Svelte's Innovative Documentation Approach
Svelte is revolutionizing how large language models (LLMs) interact with documentation through its new llms.txt convention. This innovative approach not only enhances the usability of Svelte and Svelt...
https://news.lavx.hu/article/unlocking-the-power-of-llms-svelte-s-innovative-documentation-approach
Optimal rendering of feature-rich shadcn data tables without paging or virtualization
Working on a Sudoku game using Svelte 5.
https://sudoku-svelte5.netlify.app/
source: https://github.com/tkroo/sudoku-svelte5
#Sudoku #Svelte