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 found this to be a much easier method of organizing reducers and actions. It also made it easier to share component actions with other developers since it was all centralized in one place.
The text was updated successfully, but these errors were encountered:
See https://github.com/erikras/ducks-modular-redux
Counter example: https://github.com/erikras/react-redux-universal-hot-example/blob/master/src/redux/modules/counter.js
I found this to be a much easier method of organizing reducers and actions. It also made it easier to share component actions with other developers since it was all centralized in one place.
The text was updated successfully, but these errors were encountered: