Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 10 days 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-04T08:49:48.000Z (over 6 years ago)
- Last Synced: 2024-10-20T10:26:24.473Z (24 days ago)
- Topics: frp-library, mobx, mobx-react, react, react-native
- Language: JavaScript
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Mobx Container [![npm version](https://badge.fury.io/js/mobx-container.svg)](https://badge.fury.io/js/mobx-container)
===
[![NPM](https://nodei.co/npm/mobx-container.png)](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)