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.
- Host: GitHub
- URL: https://github.com/ankeetmaini/mock-middlewares
- Owner: ankeetmaini
- Created: 2015-11-23T16:07:28.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-11-23T19:34:00.000Z (over 10 years ago)
- Last Synced: 2025-01-24T10:29:51.688Z (over 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```