Hacker News new | ask | show | jobs
by rk06 1778 days ago
Vue 3 has composition api which is more typeo friendly.

And Pinia is a vuex alternative which has good typescript support. Vuex 5 will have similar api as pinia

1 comments

I'm curious how Pinia works. I actually use MobX with VueJS and the way it has to hack itself into VueJS is a bit of a shame. I wish there would have been a more official integration point for third party reactive libraries.