simple redux container for react component
npm install redux-container --saveuse it in ES7 decorator or plain function
@container(rootReducer,initialState,actions)
class App extends Component{
render(){}
}- fix some unknow bugs
- add more api documents
