0.0.2 • Published 8 years ago
react-reax v0.0.2
React-reax
React-reax allows writing React/Redux app like a Vue/Vuex one.
Installation
- Install redux and react-redux
- Run npm install --save react-reaxoryarn add react-reaxto install react-reax
- To use Actions you need to install redux-thunk
Examples
Running the examples:
$ npm install
$ npm start # serve examples at localhost:3000