logoalt Hacker News

mpegyesterday at 10:47 PM0 repliesview on HN

Both have plenty of magic, but Svelte is a lot more immature than Vue.

Personally I've gone back to JSX-based frameworks (there's life after react, things like solid and qwik are fantastic yet familiar) as things are generally easier to reason with when you don't have to fight the language.

TS also really seems like an afterthought on svelte and has so many weird quirks and edge cases. The implementation of generics for example, and how they solved the limitation around named exports (for the super common usecase of wanting to export the component alongside types).