DEV Community

Discussion on: What was your win this week?

 
juniordevforlife profile image
Jason F

Ahhh dang. Sounds like maybe a use case for RxJS.

Thread Thread
 
aarone4 profile image
Aaron Reese

Vuex is the Vue (2) implementation of the redux pattern with actions and mutations. The browser tooling is really good with the ability to time travel though the changes in state.
However Vuex 4 does not play so nicely with Vue 3 and it looks like Pinia is now the official redux Library for Vue 3 as it supports typescript and Vuex 5 is no more.