Mobx Container simple mobx container for react component Install npm install mobx-container --save Useage use it in ES7 decorator or plain function @container(stores,mapperFunction) class App extends Component{ render(){} } Todo fix some unknow bugs add more api documents License MIT License