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
My main concern is about being able to declare more than one action-creator with the same name and not being worried about unexpected behaviour because all of them will create actions with the same type and all those actions will be catched by many reducers (unintendedly).
@yangmillstheory I did a module that wraps createAction ( I just did it for fun, It is really limited and just works in the case you use createActions with literal types).
If there is something I could help you with, please tell me.
Hi everyone, I'm trying to figure out if something like this is currently possible with redux-actions:
and if not, might i know why? Thank you for your time :)
For example, react-boilerplate endorses the fact of prefixing types to prevent unwanted behavior in reducers.
The text was updated successfully, but these errors were encountered: