Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ali322/redux-container
simple redux container for react component
https://github.com/ali322/redux-container
react redux redux-container
Last synced: 10 days ago
JSON representation
simple redux container for react component
- Host: GitHub
- URL: https://github.com/ali322/redux-container
- Owner: ali322
- Created: 2016-12-02T03:53:34.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-05-08T02:42:12.000Z (over 6 years ago)
- Last Synced: 2024-10-11T09:14:41.370Z (about 1 month ago)
- Topics: react, redux, redux-container
- Language: JavaScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Redux Container [![npm version](https://badge.fury.io/js/redux-container.svg)](https://badge.fury.io/js/redux-container)
===
[![NPM](https://nodei.co/npm/redux-container.png)](https://nodei.co/npm/redux-container/)simple redux container for react component
Install
===```javascript
npm install redux-container --save
```Useage
===use it in ES7 decorator or plain function
```javascript
@container(rootReducer,initialState,actions)
class App extends Component{
render(){}
}
```## Todo
- fix some unknow bugs
- add more api documents## License
[MIT License](http://en.wikipedia.org/wiki/MIT_License)