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

https://github.com/ankeetmaini/mock-middlewares

A simple app to see how middlewares work in redux.
https://github.com/ankeetmaini/mock-middlewares

Last synced: about 1 year ago
JSON representation

A simple app to see how middlewares work in redux.

Awesome Lists containing this project

README

          

# mock-middlewares
A simple app to see how middlewares work in redux.

# running

```bash
// observe the output how dispatch method is wrapped
// with middlewares
npm run mp // monkey-patching

// proper apply middlewares without over-writing store.dispatch
npm run am // apply-middlewares
```