Skip to content

Commit

Permalink
Merge pull request reduxjs#783 from rackt/gaearon-patch-1
Browse files Browse the repository at this point in the history
Add ng2-redux and redux-undo to Ecosystem
  • Loading branch information
gaearon committed Sep 23, 2015
2 parents 32d1c95 + 7b51c03 commit 153ebe6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/introduction/Ecosystem.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ On this page we will only feature a few of them that the Redux maintainers have

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

## Middleware

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

## Developer Tools

Expand Down

0 comments on commit 153ebe6

Please sign in to comment.