Hacker News new | ask | show | jobs
by juanci_to 1457 days ago
That's interesting. I played with Svelte a couple of times and I like it.

But since it's kind of niche among the rest of JS frameworks, I'm wondering, what made you chose it over the alternatives?

1 comments

We migrated from React to Svelte because of two reasons: (1) speed: Svelte does a lot of work during the compile-time, which led to much faster and more responsive web apps (2) developer learning curve: as we expanded our team, we found that front-end engineers found Svelte much more intuitive and faster to learn