Hacker News new | ask | show | jobs
by conradfr 1593 days ago
Yeah the synced "official ecosystem" was one of Vue's advantages over React but the Vue3 transition has weakened that.

First vue-router and vuex were not ready when vue3 was released.

Now Evan You says in this very submission that Pinia is the new store library? I thought that it was destined to be vuex v5 or vuex v5's starting point, after the not-so-great v4. Very confusing. (I didn't even know about Pinia until last week actually, when looking about progress on vuex getters caching).

I'm not even sold on the Composition API. It makes sense when I read the doc but basically never when I'm in my actual projects.