Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 619 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 619 Bytes

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