Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions action-reducer-generators.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
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.