Svelte is hard to get passed the hype until you build a reasonable size project with it.
Personal anecdote/plug: I built https://www.listenaddict.com/ last year with Svelte. It's medium-ish sized (majority of the app is the moderator and administrator pages). It's extremely fast to develop (and will only be faster with SvelteKit+Snowpack). It's trivial to implement components and stores make state management a breeze.
Having done React for ~4 years, and some Vue projects, I won't be going back to those anytime soon.
That said, it's not without its own issues, but anything I've had issues with I've been able to solve relatively quickly or have someone within the community help.
Personal anecdote/plug: I built https://www.listenaddict.com/ last year with Svelte. It's medium-ish sized (majority of the app is the moderator and administrator pages). It's extremely fast to develop (and will only be faster with SvelteKit+Snowpack). It's trivial to implement components and stores make state management a breeze.
Having done React for ~4 years, and some Vue projects, I won't be going back to those anytime soon.
That said, it's not without its own issues, but anything I've had issues with I've been able to solve relatively quickly or have someone within the community help.