You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`create-reduxreducer` creates a reducer from an object. so you can easyly split your reducers among functions for each actionType instead of use switch case for filter them.
8
+
`create-reduxreducer` creates a reducer from an object. so you can easyly split your reduce functions as individual function for each actionType instead of use switch case for filter them.
0 commit comments