is it possible to use Vuex with React ?
As Vuex is well optimized for Vue.js, we cannot use Vuex without Vue.js. So you should not use it with React.
@weepy You can't use vuex outside vue, but redux-box provides you similar API (not the same exactly) as the vuex. It also allows you to organise your store in modules, has mutations, actions(called sagas) and state in each module. It also allows you to use dispatch actions and commit mutations in the components, as in the case of vuex.
Hi, I've just published react-vuex. It allows to use Vuex store manager with React.
More examples coming soon, any help is welcome 馃槂
Most helpful comment
Hi, I've just published
react-vuex. It allows to use Vuex store manager with React.More examples coming soon, any help is welcome 馃槂