[feature] can you guys please add use-reduction #416
TamjidAhmed10
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
useReduction minimizes reducer code by automatically creating action creators from your reducer object.
Write less code by using objects instead of switch statements for defining reducers.
Debugging is baked in. In debug mode, all dispatched actions are logged to the console.
code : https://www.npmjs.com/package/use-reduction
Beta Was this translation helpful? Give feedback.
All reactions