DEV Community

Discussion on: Confused by Redux: What the heck is Redux? What is state? Why do we need a state manager?

Collapse
 
patarapolw profile image
Pacharapol Withayasakpunt

I have tried Vuex but not Redux. However, I am not entirely sure that Vuex is better than a global singleton object. (like import { g } from './shared')