Hacker News new | ask | show | jobs
by cjblomqvist 1099 days ago
I haven't worked with Svelte (but with Vue, so def biased) but my feeling is that where Vue really shines (and always have, compared to other frameworks) is it's data reactivity system, making data (including but not limited to) stores very nice to author.

The composability of Vue 3 data stores makes it imo really nice to work with for anything a little bit more complex, and I've yet to see anything as good.

1 comments

I've used both for years. Reactivity and stores in Svelte are much simpler and elegant IMO.