Skip to content

Commit f6e0723

Browse files
committed
Merge pull request reduxjs#713 from leoasis/add_redux-immutable-state-invariant_to_ecosystem
Add redux-immutable-state-invariant to Ecosystem.md
2 parents 7f0652e + 9ba10ad commit f6e0723

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/introduction/Ecosystem.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ On this page we will only feature a few of them that the Redux maintainers have
1818
* [redux-rx](https://github.com/acdlite/redux-rx) — RxJS utilities for Redux, including a middleware for Observable
1919
* [redux-batched-updates](https://github.com/acdlite/redux-batched-updates) — Batch React updates that occur as a result of Redux dispatches
2020
* [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.
2122

2223
## Components
2324

0 commit comments

Comments
 (0)