An open API service indexing awesome lists of open source software.

https://github.com/oieduardorabelo/redux-custom-middlewares

Simple example of custom middlewares in Redux
https://github.com/oieduardorabelo/redux-custom-middlewares

Last synced: about 1 month ago
JSON representation

Simple example of custom middlewares in Redux

Awesome Lists containing this project

README

        

# Redux custom middlewares

Simple example of custom middlewares in Redux

PROS:
- Full power to control your payload and actions

CONS:
- Error prone (Human/Manual typing)

## Badges

![](https://img.shields.io/badge/license-MIT-blue.svg)
![](https://img.shields.io/badge/status-stable-green.svg)

---

> [eduardorabelo.me](http://eduardorabelo.me)  · 
> GitHub [@oieduardorabelo](https://github.com/oieduardorabelo)  · 
> Twitter [@oieduardorabelo](https://twitter.com/oieduardorabelo)