Thoughts on Svelte(Kit), one year and 3B requests later
claudioholanda.ch
Thoughts on Svelte(Kit), one year and 3B requests later
1–10 of 222 posts
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#2I wish they got into more of that; I've heard of stories but I've never run into this after several years of building Svelte projects, so I'd love to learn so I don't make those mistakes myself
> Svelte’s lack of protagonism
This doesn't look like it reflects on the system itself? I'd rather have something that works well and doesn't focus on flashy-ness. I guess the real downside is that there are such few plugins / tools for Svelte compared to React, but with Rich Harris working with Vercel on Svelte, I can only see things go up from here — like Vercel AI having out of the box Svelte support.
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#3Re: Thoughts on Svelte(Kit), one year and 3B requests later
#4Re: Thoughts on Svelte(Kit), one year and 3B requests later
#5Lost me at building a custom CMS for the MVP, or did I misunderstand?
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#6Our frontend codebase at OKcontract is implemented with Svelte, but we had to build some low-level libraries (including a wholly new implementation of Stores) to make it worthwhile. We're very busy with our main launch now, but plan to open source these libs asap.
PS: We're not using SvelteKit
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#7The only main frustrations I have are:
- Library support is pretty lousy. You need to fudge things around to get working. I.e, with leaflet and others I have vendored in the libs and redone them.
- Incremental static refresh with svelte kit is not really there. I'd like a web hook or api callback that allows me to refresh certain static pages as I know that changes are made. Right now I'm doing a janky refresh using a file lock notifier & it's a blemish on an otherwise great framework.
- The URL routing in svelte kit is... a little ugly. It's really hard when you have an editor open with 5 `+page.svelte` files. I wish they re-introduced file name routes, rather than folder name routes. It is entirely a personal preference I know, but I have seen a lot of negative things around it.
[1] - https://github.com/cetra3/divedb - deployed at https://divedb.net/
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#8>>> But once you leave this path you may (and more likely will) get into trouble at some point. And sometimes there are projects where you don’t want (or can’t) risk getting in trouble because of the tool you’ve chosen for your UI development. There simply isn’t any room for that.
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#9however the activity in svelte genuinely has picked up year to year. you can follow Svelte Society on Twitter and YouTube to see the many projects going on, in particular https://twitter.com/SvelteSociety/lists for people building and teaching and evangelising Svelte. they're out there! just necessarily smaller because they got started later + have less funding from Facebook.
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#10I don’t hear any arguments against react here strong enough to justify not choosing VueJS or React.
It’s not in the interests of your client.