How is this[1] diagram built? I have seen this font in quite a few places. [1] https://claudioholanda.ch/assets/blog/en/0003/1.svg
Thoughts on Svelte(Kit), one year and 3B requests later
21–30 of 222 posts
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#22> by wrapping a vanilla lib to a component or an action, you’ve essentially created basic Svelte version of that lib This is the key to making framework churn go away. The DX of using vanilla JavaScript is getting better every day. And is a much better experience than it was a decade ago. > Islands architecture and partial hydration can help you render static HTML with just a small portion of JavaScript for those com…
It is easy to put your nose up towards bloated frameworks when you’re doing small (static) stuff but as soon as you need the bloat you’re just reinventing a wobbly wheel without one.
There’s always an air of disdain against front end frameworks on HN but people often project their own not-needing-a-framework on the tool itself.
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#23How is this[1] diagram built? I have seen this font in quite a few places. [1] https://claudioholanda.ch/assets/blog/en/0003/1.svg
draw.io if I'm not mistaken !
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#24I've moved my little hobby website to SvelteKit[1] from react and I am not regretting it.. yet. The 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…
Next 13's app directory and React Server Components is killing library support in React, so that's not such a big problem.
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#25Svelte has been around for years, and in my opinion it won’t really gain that much traction anymore. (It’s just an opinion, let’s not be religious)
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#26Would be more interested in how your work flow was managed.
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#27I've moved my little hobby website to SvelteKit[1] from react and I am not regretting it.. yet. The 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…
Library support is pretty lousy. Next 13's app directory and React Server Components is killing library support in React, so that's not such a big problem.
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#28You need very strong argument not to take the most popular technologies these days. I 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.
Re: Thoughts on Svelte(Kit), one year and 3B requests later
#29I've moved my little hobby website to SvelteKit[1] from react and I am not regretting it.. yet. The 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…
Library support is pretty lousy. Next 13's app directory and React Server Components is killing library support in React, so that's not such a big problem.