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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: