DEV Community

Discussion on: Vue.js vs. React — Not Your Usual Comparison

Collapse
 
juniordevforlife profile image
Jason F

Have you built something with Vuex? It's a flux-like state management library that makes sharing state/data across your app pretty simple.

Collapse
 
ivan_jrmc profile image
Ivan Jeremic

For me nothing come close to Recoil.js in react

Collapse
 
domagojvidovic profile image
Domagoj Vidovic

Yes, I use Vuex on our commercial project right now. I like it a lot, so simple to use.

Collapse
 
andressaa profile image
Andres Saa

I prefer to use vue-query or just Vue Observable. Now, you even could only use the new type "reactive" on Vue 3.

Collapse
 
juniordevforlife profile image
Jason F

Thanks for referencing these! I work with rxjs on a daily basis. I just started learning Vue in my free time and wasn't aware of this.