https://github.com/ali322/mobx-container
simple mobx container for react component
https://github.com/ali322/mobx-container
frp-library mobx mobx-react react react-native
Last synced: 3 months ago
JSON representation
simple mobx container for react component
- Host: GitHub
- URL: https://github.com/ali322/mobx-container
- Owner: ali322
- Created: 2017-06-20T03:27:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T08:49:48.000Z (about 8 years ago)
- Last Synced: 2025-03-28T22:38:14.255Z (over 1 year ago)
- Topics: frp-library, mobx, mobx-react, react, react-native
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mobx Container [](https://badge.fury.io/js/mobx-container)
===
[](https://nodei.co/npm/mobx-container/)
simple mobx container for react component
Install
===
```javascript
npm install mobx-container --save
```
Useage
===
use it in ES7 decorator or plain function
```javascript
@container(stores,mapperFunction)
class App extends Component{
render(){}
}
```
## Todo
- fix some unknow bugs
- add more api documents
## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)