simple mobx container for react component
npm install mobx-container --saveuse it in ES7 decorator or plain function
@container(stores,mapperFunction)
class App extends Component{
render(){}
}- fix some unknow bugs
- add more api documents
| Name | Name | Last commit date | ||
|---|---|---|---|---|
simple mobx container for react component
npm install mobx-container --saveuse it in ES7 decorator or plain function
@container(stores,mapperFunction)
class App extends Component{
render(){}
}