Live data from Hacker News

Rich Harris joins Vercel to work on Svelte full time

twitter.com

21–30 of 571 posts

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

#21
post #2

Woah as a Svelte user I'm super happy and this is going to change everything. I can only speculate as to the reasons behind this decision by Vercel. Why Svelte and not Preact for example? In any case, congrats Rich!

We love Svelte and are super excited to help it grow. IMO it's fun, easy to learn, and is fresh take on modern web development.

More here: https://vercel.com/blog/vercel-welcomes-rich-harris-creator-...

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

#22
post #19

Well, this is awesome -- but fuck me: Vue is the only major player not under the Vercel umbrella now, haha. Looks like I might have to phone in half a decade of experience. Svelte is close enough to Vue with "script setup" mode anyways, the major difference is whether your logic/keywords go INSIDE the HTML tags or OUTSIDE. Svelte doesn't support JSX/TSX though =(

Lee from Vercel here. The governance of Svelte isn't changing – it's still the same independent, open-source project and community. We're just supporting Rich and helping the project grow!

Absolutely, but in my mind this means Rich/Svelte have been "blessed", and I've built enough Next.js apps to know that you aren't going to find a better Dev UX/superior experience to what Vercel is providing.

Benefits of being a framework owned by a business that makes a lot of money off of it.

Next.js 12 as any indicator, I'm just going with whatever falls under the Vercel umbrella now -- I can tell you that Nuxt is not a competitor (as an unbiased voice and someone who doesn't particularly love React).

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

#23

Well, this is awesome -- but fuck me: Vue is the only major player not under the Vercel umbrella now, haha. Looks like I might have to phone in half a decade of experience. Svelte is close enough to Vue with "script setup" mode anyways, the major difference is whether your logic/keywords go INSIDE the HTML tags or OUTSIDE. Svelte doesn't support JSX/TSX though =(

> Svelte doesn't support JSX/TSX though =(

You have https://www.solidjs.com/ that does

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

#24

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

I do React for my day job. For personal projects and MVPs, I came back to Rails and it has been insanely fun. I can drop in whatever frontend framework I want or none at all.

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

#25

Well, this is awesome -- but fuck me: Vue is the only major player not under the Vercel umbrella now, haha. Looks like I might have to phone in half a decade of experience. Svelte is close enough to Vue with "script setup" mode anyways, the major difference is whether your logic/keywords go INSIDE the HTML tags or OUTSIDE. Svelte doesn't support JSX/TSX though =(

I love Vue because I come from a bygone era of HTML + sprinkling jQuery as needed. 99% of the websites don't need a full blown JS frontend but everyone is doing it, I must be wrong.

Do you work with a designer? I’m convinced most of the push for JS apps as pages is mostly perpetuated by designers who don’t know how the DOM works and feel the need to redesign the wheel on every project. I work within a company that provides a design system and a platform of hundreds of generic component, but individual designers still always want to push their particular vision.

I think if most designers took existing web elements and tried to build a UI, instead of drawing an arbitrary picture and asked devs to implement, we would have much less JS overall.

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

#26

Is this a bet against React or a bet for ecosystem variety and choice? I feel it's the latter right now.

Seems more like variety. React is in a league of it's own with React Native. For web tech Svelte is cool, for app tech it's not on the radar.

I used to be a web developer, now I'm a React Native / RNW developer.

I don't use web tech unless I'm making a simple web page, when I do I use vanilla HTML/CSS/optional JS.

You get a web app for free when you make a RN app. You can share 95% of code among 5 platforms. (web, windows, macos, ios, android)

Conditionals can change any styling you need amongst them. You can swap out scripts depending on platforms, you can access any extra native platform function with extensions.

Svelte doesn't work for me because you need JS. I don't want to need JS for simple web pages, for apps I need cross-platform.

Svelte could work well for edge computing like CF workers.

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

#27

Well, this is awesome -- but fuck me: Vue is the only major player not under the Vercel umbrella now, haha. Looks like I might have to phone in half a decade of experience. Svelte is close enough to Vue with "script setup" mode anyways, the major difference is whether your logic/keywords go INSIDE the HTML tags or OUTSIDE. Svelte doesn't support JSX/TSX though =(

[deleted]

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

#28

Is this a bet against React or a bet for ecosystem variety and choice? I feel it's the latter right now.

To me, it's uplifting the entire web ecosystem. There will always be developers who pick Svelte and friends over React, even if that reason is just syntax preference. Those developers should still have the best infrastructure for their apps. Better to be pragmatic than over-prescriptive.

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

#29
Wow, this should be great news for Svelte and SvelteKit! Hopefully with Vercel's backing these projects will fly off.

Having worked with React for about 5 years (with a project in Vue in-between) and now having dabbled with Svelte, there is just something more appealing working with less higher-level abstractions. Sure with large apps React does have its benefits and its ecosystem is larger by a good amount.

But there is just something about being less annoying that to me is perhaps one of the most important things with any tool. If I enjoy using it, I don't mind that it may not be the "current best choice" of the moment. People who enjoy MobX especially I think ought to find Svelte quite nice.

Sure though would wish SvelteKit was at the same level with Next.js. Fixing dev server errors is a little distracting at times.

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

#30

svelte + deno should be the perfect combination for the next age of web development.

I think stencil or Lit are more interesting. I'm not sure I'm the fan of small libs like Lit or preact - I think for scenarios where you have more than 2-3 elements you will have less bytes over the wire very quickly.
Post reply on HN