Introducing Svelte, and Comparing Svelte with React and Vue (2021)
joshcollinsworth.com
Introducing Svelte, and Comparing Svelte with React and Vue (2021)
1–10 of 213 posts
Re: Introducing Svelte, and Comparing Svelte with React and Vue (2021)
#2Re: Introducing Svelte, and Comparing Svelte with React and Vue (2021)
#3But I'm a "hacker type" and don't work in a large tech company. I haven't seen Svelte in any sort of "real tech companies", haven't seen it on job boards, and it doesn't seem a very desirable skill.
Does this mean that Svelte "doesn't work" for large teams, because it lacks the boilerplate of React?
Re: Introducing Svelte, and Comparing Svelte with React and Vue (2021)
#4Re: Introducing Svelte, and Comparing Svelte with React and Vue (2021)
#5Re: Introducing Svelte, and Comparing Svelte with React and Vue (2021)
#6I think svelte is a project that will always remain experimental.
Re: Introducing Svelte, and Comparing Svelte with React and Vue (2021)
#7Re: Introducing Svelte, and Comparing Svelte with React and Vue (2021)
#8I've worked with all three frameworks, but as a mostly single dev/engineer I very very much prefer Svelte because it lacks a lot of boilerplate that React has, and it's easier to think about than Vue's clunky way to write variables and functions. But I'm a "hacker type" and don't work in a large tech company. I haven't seen Svelte in any sort of "real tech companies", haven't seen it on job boards, and it doesn't see…
I've been working exclusively with Vue for the last... 6 years. Since the launch of v2. So my mind is already conditioned ;-)
Re: Introducing Svelte, and Comparing Svelte with React and Vue (2021)
#9Re: Introducing Svelte, and Comparing Svelte with React and Vue (2021)
#10If you want something that is a bit lighter weight, check out Surplus. It's been around for ages, is used for real projects, and has a lot of the same design patterns Svelte adopted, without a lot of the extra language semantics.