Skip to content

Commit b024e3f

Browse files
committed
Add a few middlewares
1 parent f55323d commit b024e3f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/introduction/Ecosystem.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,12 @@ On this page we will only feature a few of them that the Redux maintainers have
5656

5757
* [redux-thunk](http://github.com/gaearon/redux-thunk) — The easiest way to write async action creators
5858
* [redux-promise](https://github.com/acdlite/redux-promise)[FSA](https://github.com/acdlite/flux-standard-action)-compliant promise middleware
59+
* [redux-axios-middleware](https://github.com/svrcekmichal/redux-axios-middleware) — Redux middleware for fetching data with axios HTTP client
60+
* [redux-observable](https://github.com/blesh/redux-observable/) — RxJS middleware for Redux
5961
* [redux-rx](https://github.com/acdlite/redux-rx) — RxJS utilities for Redux, including a middleware for Observable
6062
* [redux-logger](https://github.com/fcomb/redux-logger) — Log every Redux action and the next state
6163
* [redux-immutable-state-invariant](https://github.com/leoasis/redux-immutable-state-invariant) — Warns about state mutations in development
64+
* [redux-unhandled-action](https://github.com/socialtables/redux-unhandled-action) — Warns about actions that produced no state changes in development
6265
* [redux-analytics](https://github.com/markdalgleish/redux-analytics) — Analytics middleware for Redux
6366
* [redux-gen](https://github.com/weo-edu/redux-gen) — Generator middleware for Redux
6467
* [redux-saga](https://github.com/yelouafi/redux-saga) — An alternative side effect model for Redux apps

0 commit comments

Comments
 (0)