diff --git a/action-reducer-generators.md b/action-reducer-generators.md index 6be56fe..627bd6e 100644 --- a/action-reducer-generators.md +++ b/action-reducer-generators.md @@ -27,9 +27,10 @@ https://github.com/BurntCaramel/flambeau Opinionated Redux additions: declarative, pleasant action creators, reducer encapsulation, async support -- **redux-dispatcher-reducer** - https://github.com/stevenla/redux-dispatcher-reducer - Reduce boilerplate in your redux code by using auto-generated action creators that automatically map to reducers +- **redux-dispatcher** + https://github.com/blueish9/redux-dispatcher + Significantly reduce boilerplate in your redux code by encapsulating action type, action creator and dispatch function into one single dispatcher. + Compatible with other redux third-party libraries like redux-saga. - **dead-simple-redux-helper** https://github.com/armed/dead-simple-redux-helper @@ -588,4 +589,4 @@ - **redux-lumbergh** https://github.com/ImmoweltGroup/redux-lumbergh - Embrace best practices for Redux encapsulation. Provides utilities for generating action constant / action creators / reducers, and combining ducks into a root reducer and root saga. \ No newline at end of file + Embrace best practices for Redux encapsulation. Provides utilities for generating action constant / action creators / reducers, and combining ducks into a root reducer and root saga.