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
Copy file name to clipboardExpand all lines: docs/introduction/Ecosystem.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ On this page we will only feature a few of them that the Redux maintainers have
18
18
*[redux-rx](https://github.com/acdlite/redux-rx) — RxJS utilities for Redux, including a middleware for Observable
19
19
*[redux-batched-updates](https://github.com/acdlite/redux-batched-updates) — Batch React updates that occur as a result of Redux dispatches
20
20
*[redux-logger](https://github.com/fcomb/redux-logger) — Log every Redux action and the next state
21
+
*[redux-immutable-state-invariant](https://github.com/leoasis/redux-immutable-state-invariant) — Detects state mutations between and outside redux dispatches. For development use only.
0 commit comments