Rich Harris joins Vercel to work on Svelte full time
1–10 of 571 posts
Re: Rich Harris joins Vercel to work on Svelte full time
#2I can only speculate as to the reasons behind this decision by Vercel. Why Svelte and not Preact for example?
In any case, congrats Rich!
Re: Rich Harris joins Vercel to work on Svelte full time
#3I've been excited about Svelte for a while and recently chose to use it as the UI for a cross-platform video editing app (https://getrecut.com), with the back end in Rust. I've found it a pleasure to work with -- Svelte Stores and the Context system are especially great for sharing state, and the app feels snappy. Last few weeks most of the focus has been on the Rust backend but I'm really looking forward to building out more of the UI soon.
I've also been happy to find that its generated code is pretty readable. On one little performance-tuning side quest, I was profiling to figure out why the app was performing a Layout on every video frame, and I was able to step through the compiled Svelte component code and narrow it down to one of my own functions. I also briefly went down a path of trying to manually set the text content on an element, to see if it'd be faster than letting Svelte do it. Turned out the answer was no, but it was nice to know that level of control is available if I need it some day.
Excited to see where the Svelte community goes from here!
Re: Rich Harris joins Vercel to work on Svelte full time
#4Re: Rich Harris joins Vercel to work on Svelte full time
#5Long way to go to catch up to React, but it'll get there. No brainer.
Re: Rich Harris joins Vercel to work on Svelte full time
#6Re: Rich Harris joins Vercel to work on Svelte full time
#7Re: Rich Harris joins Vercel to work on Svelte full time
#8Svelte is fucking awesome. Long way to go to catch up to React, but it'll get there. No brainer.
Re: Rich Harris joins Vercel to work on Svelte full time
#9It'd be more fun if I could do it in something that wasn't in Javascript or one of its Frankenstein cousins.
Elm is interesting, though it's developer is a bit polarizing
Also there are a host of nascent Rust/WASM frameworks starting to pop up. They really like the tree puns. There is Yew, Sycamore and Seed.
Re: Rich Harris joins Vercel to work on Svelte full time
#10There were two other submissions - one to an interview (Svelte Creator Rich Harris: Web development should be more fun - https://news.ycombinator.com/item?id=29189209) and the other to this Twitter link (https://news.ycombinator.com/item?id=29189467). I've merged those threads into the current submission because it was posted first.