You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*[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
20
19
*[redux-logger](https://github.com/fcomb/redux-logger) — Log every Redux action and the next state
21
20
*[redux-immutable-state-invariant](https://github.com/leoasis/redux-immutable-state-invariant) — Detects state mutations between and outside redux dispatches. For development use only.
22
21
23
22
## Components
24
23
25
24
*[redux-form](https://github.com/erikras/redux-form) — Keep React form state in Redux
26
25
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
+
27
30
## Utilities
28
31
29
32
*[reselect](https://github.com/faassen/reselect) — Efficient derived data selectors inspired by NuclearJS
0 commit comments