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
I'm searching an elegant and simple way to do reducer composition using redux-actions
In my project I need to run several Control in same time. So instead of create a single big ControlsReducer who manage everything i would like to split the Controls and Control logic so they have their own reducer.
The following code works, but i have to define in my controlsReducer every controlActions he has to forward to his ControlReducers. Is there a better/simpler way to do this ?
I'm searching an elegant and simple way to do reducer composition using redux-actions
In my project I need to run several Control in same time. So instead of create a single big ControlsReducer who manage everything i would like to split the Controls and Control logic so they have their own reducer.
The following code works, but i have to define in my controlsReducer every controlActions he has to forward to his ControlReducers. Is there a better/simpler way to do this ?
Thanks
`
`
The text was updated successfully, but these errors were encountered: