Skip to content

Commit cdde305

Browse files
committed
Add redux-optimist and group it with redux-undo
1 parent 34bcdd9 commit cdde305

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/introduction/Ecosystem.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,18 @@ On this page we will only feature a few of them that the Redux maintainers have
2929
* [redux-batched-subscribe](https://github.com/tappleby/redux-batched-subscribe) — Customize batching and debouncing calls to the store subscribers
3030
* [redux-history-transitions](https://github.com/johanneslumpe/redux-history-transitions) — History transitions based on arbitrary actions
3131

32+
## Reducer Enhancers
33+
34+
* [redux-optimist](https://github.com/ForbesLindesay/redux-optimist) — Optimistically apply actions that can be later commited or reverted
35+
* [redux-undo](https://github.com/omnidan/redux-undo) — Effortless undo/redo and action history for your reducers
36+
3237
## Utilities
3338

3439
* [reselect](https://github.com/faassen/reselect) — Efficient derived data selectors inspired by NuclearJS
3540
* [normalizr](https://github.com/gaearon/normalizr) — Normalize nested API responses for easier consumption by the reducers
3641
* [redux-actions](https://github.com/acdlite/redux-actions) — Reduces the boilerplate in writing reducers and action creators
3742
* [redux-transducers](https://github.com/acdlite/redux-transducers) — Transducer utilities for Redux
3843
* [redux-immutablejs](https://github.com/indexiatech/redux-immutablejs) — Integration tools between Redux and [Immutable](https://github.com/facebook/immutable-js/)
39-
* [redux-undo](https://github.com/omnidan/redux-undo) — Effortless undo/redo and action history for your reducers
4044
* [redux-tcomb](https://github.com/gcanti/redux-tcomb) — Immutable and type-checked state and actions for Redux
4145

4246
## Developer Tools

0 commit comments

Comments
 (0)