redux-container

1.0.29 • Public • Published

Redux Container npm version

NPM

simple redux container for react component

Install

npm install redux-container --save

Useage

use it in ES7 decorator or plain function

@container(rootReducer,initialState,actions)
class App extends Component{
    render(){}
}

Todo

  • fix some unknow bugs
  • add more api documents

License

MIT License

Readme

Keywords

Package Sidebar

Install

npm i redux-container

Weekly Downloads

1

Version

1.0.29

License

MIT

Unpacked Size

9.3 kB

Total Files

5

Last publish

Collaborators

  • alichen