Skip to content

Commit 850c914

Browse files
committed
Merge pull request reduxjs#481 from tappleby/patch-1
Update Ecosystem.md
2 parents e3d4924 + dee3f07 commit 850c914

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/introduction/Ecosystem.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,17 @@ On this page we will only feature a few of them that the Redux maintainers have
1616
* [redux-thunk](http://github.com/gaearon/redux-thunk) — The easiest way to write async action creators
1717
* [redux-promise](https://github.com/acdlite/redux-promise)[FSA](https://github.com/acdlite/flux-standard-action)-compliant promise middleware
1818
* [redux-rx](https://github.com/acdlite/redux-rx) — RxJS utilities for Redux, including a middleware for Observable
19-
* [redux-batched-updates](https://github.com/acdlite/redux-batched-updates) — Batch React updates that occur as a result of Redux dispatches
2019
* [redux-logger](https://github.com/fcomb/redux-logger) — Log every Redux action and the next state
2120
* [redux-immutable-state-invariant](https://github.com/leoasis/redux-immutable-state-invariant) — Detects state mutations between and outside redux dispatches. For development use only.
2221

2322
## Components
2423

2524
* [redux-form](https://github.com/erikras/redux-form) — Keep React form state in Redux
2625

26+
## Store enhancers
27+
28+
* [redux-batched-subscribe](https://github.com/tappleby/redux-batched-subscribe) — Batch calls to subscribe handlers with a custom function, including debouncing or React batched updates.
29+
2730
## Utilities
2831

2932
* [reselect](https://github.com/faassen/reselect) — Efficient derived data selectors inspired by NuclearJS

0 commit comments

Comments
 (0)