Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lewis617/redux-amrc
Redux async middleware and reducer creator
https://github.com/lewis617/redux-amrc
Last synced: about 1 month ago
JSON representation
Redux async middleware and reducer creator
- Host: GitHub
- URL: https://github.com/lewis617/redux-amrc
- Owner: lewis617
- License: mit
- Created: 2016-09-29T13:48:59.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-20T02:37:52.000Z (almost 8 years ago)
- Last Synced: 2024-04-26T23:43:25.264Z (8 months ago)
- Language: JavaScript
- Homepage: http://lewis617.github.io/redux-amrc
- Size: 105 KB
- Stars: 35
- Watchers: 3
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redux async middleware and reducer creator
[![NPM Version](https://img.shields.io/npm/v/redux-amrc.svg?style=flat)](https://www.npmjs.com/package/redux-amrc)
[![Build Status](https://travis-ci.org/lewis617/redux-amrc.svg?branch=master)](https://travis-ci.org/lewis617/redux-amrc)
[![codecov](https://codecov.io/gh/lewis617/redux-amrc/branch/master/graph/badge.svg)](https://codecov.io/gh/lewis617/redux-amrc)
[![npm](https://img.shields.io/npm/dm/redux-amrc.svg?maxAge=2592000)](redux-amrc)
[![npm](https://img.shields.io/npm/l/redux-amrc.svg?maxAge=2592000)](redux-amrc)This package will help you dispatch async action with less boilerplate.
## Documentation
Please check out the [documentation](http://lewis617.github.io/redux-amrc).
## License
MIT