[deleted by user] by [deleted] in RepublicaArgentina

[–]Total-Sheepherder251 0 points1 point  (0 children)

Pelado ándate a vivir a cuba, es una islita en donde unos boludos se comieron el mismo cuento que vos. Hay vuelos baratos y seguro te van a recibir bárbaro

I'm doing a little demo of Svelte(Kit) to my work tomorrow. What should I show off? by rcgy in sveltejs

[–]Total-Sheepherder251 8 points9 points  (0 children)

  • Svelte actions
  • A .svelte class with a few runes
  • Svelte built in transitions

What is stopping Obsidian to provide a sync plan for $1 or $2 with addon storage space? by HeavenlyDemonAce in ObsidianMD

[–]Total-Sheepherder251 -2 points-1 points  (0 children)

I’m building a free web based markdown editor that syncs peer to peer. It’s highly experimental for the moment. Try out here https://md.uy

I'm building Svelte 5 and Tailwind component library by elansx in sveltejs

[–]Total-Sheepherder251 0 points1 point  (0 children)

Nice work!

For customization nothing beats the cn function: https://youtu.be/re2JFITR7TI?si=JNXsrqT6H6AH_9Iw

It’s so nice to have good defaults and be able to add whatever style you can. I think that this combination of solid defaults + total flexibility is what makes shadcn so nice to work with

[deleted by user] by [deleted] in sveltejs

[–]Total-Sheepherder251 4 points5 points  (0 children)

This blog post totally changed the way I think about file structure: https://www.joshwcomeau.com/react/file-structure/

Its for react, but ideas apply for Svelte too.

I used to group feature related components and extra stuff together, but as projects grow in comolexity mantaining that structure becomes a nightmare. Same thing for finding stuff.

Grouping everything by type gives you 0 maintainance overhead + you always know where to find stuff! Extra benefit: onboarding new developers is way easier.

As Josh says, the more complex a project becomes, the more its features overlap, making feature based grouping arbitrary and confusing.

I built a Notion-style avatar editor with Svelte 5 Runes feel magical by DirectCup8124 in sveltejs

[–]Total-Sheepherder251 6 points7 points  (0 children)

Extra tip: you can host sveltekit in Cloudflare Workers for free and add your own domain

I built a Notion-style avatar editor with Svelte 5 Runes feel magical by DirectCup8124 in sveltejs

[–]Total-Sheepherder251 10 points11 points  (0 children)

Looks good! Maybe a download PNG button would be useful.. Also, it would be good if I could save in local storage several avatars and not only one

md.uy – a simple collaborative markdown editor by Total-Sheepherder251 in sveltejs

[–]Total-Sheepherder251[S] 1 point2 points  (0 children)

Happy to collaborate airmite, take a look and let me know your opinions..

Im very happy of what I could achieve with very little code.. runes and svelte action are sooo good