Skip to content

Commit 153ebe6

Browse files
committed
Merge pull request reduxjs#783 from rackt/gaearon-patch-1
Add ng2-redux and redux-undo to Ecosystem
2 parents 32d1c95 + 7b51c03 commit 153ebe6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/introduction/Ecosystem.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ On this page we will only feature a few of them that the Redux maintainers have
1010

1111
* [react-redux](https://github.com/gaearon/react-redux) — React
1212
* [ng-redux](https://github.com/wbuchwalter/ng-redux) — Angular
13+
* [ng2-redux](https://github.com/wbuchwalter/ng2-redux) — Angular 2
1314

1415
## Middleware
1516

@@ -33,7 +34,8 @@ On this page we will only feature a few of them that the Redux maintainers have
3334
* [normalizr](https://github.com/gaearon/normalizr) — Normalize nested API responses for easier consumption by the reducers
3435
* [redux-actions](https://github.com/acdlite/redux-actions) — Reduces the boilerplate in writing reducers and action creators
3536
* [redux-transducers](https://github.com/acdlite/redux-transducers) — Transducer utilities for Redux
36-
* [redux-immutablejs](https://github.com/indexiatech/redux-immutablejs) - Integration tools between Redux and [Immutable](https://github.com/facebook/immutable-js/)
37+
* [redux-immutablejs](https://github.com/indexiatech/redux-immutablejs) — Integration tools between Redux and [Immutable](https://github.com/facebook/immutable-js/)
38+
* [redux-undo](https://github.com/omnidan/redux-undo) — Effortless undo/redo and action history for your reducers
3739

3840
## Developer Tools
3941

0 commit comments

Comments
 (0)