Vuex: use with react

Created on 30 Dec 2016  路  3Comments  路  Source: vuejs/vuex

is it possible to use Vuex with React ?

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 馃槂

All 3 comments

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 馃槂

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Ge-yuan-jun picture Ge-yuan-jun  路  3Comments

taoeffect picture taoeffect  路  3Comments

matthewmorgan picture matthewmorgan  路  3Comments

gorbypark picture gorbypark  路  3Comments

james-wasson picture james-wasson  路  3Comments