Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Noob question regarding sharing reducers and actions #1035

Closed
anthony-dandrea opened this issue Nov 14, 2015 · 0 comments
Closed

Noob question regarding sharing reducers and actions #1035

anthony-dandrea opened this issue Nov 14, 2015 · 0 comments

Comments

@anthony-dandrea
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant