Closed
Description
My stackoverflow post explains it best and has some code examples http://stackoverflow.com/questions/33701400/sharing-actions-and-reducers-with-react-redux.
Basically I want to share actions and reducers. For example I have 10 text inputs in a component. I want to share a common action and reducer for all ten when they update onChange
. I came up with a solution that I added to my SO post but I still feel like I'm just missing something painfully obvious and going about this the wrong way. Any help/advice is much appreciated.
Metadata
Metadata
Assignees
Labels
No labels