Live data from Hacker News

Rich Harris joins Vercel to work on Svelte full time

twitter.com

1–10 of 571 posts

Re: Rich Harris joins Vercel to work on Svelte full time

#3
This seems like a huge positive step forward for Svelte and the community. Big congrats to Rich!

I'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

#9

It'd be more fun if I could do it in something that wasn't in Javascript or one of its Frankenstein cousins.

You can!

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

#10
We changed the url from https://vercel.com/blog/vercel-welcomes-rich-harris-creator-... to Rich's own post.

There 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.

Post reply on HN