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 love this approach of using redux to manage local state. But I do think $ is a very bad name for "a method to create local action". $ does not mean anything. If it does, it usually means jQuery in front-end world.
I do rather it's called something like localizeAction. Or maybe we can provide a dispatchLocal function which will convert the original action into local action before actually dispatch it.
The text was updated successfully, but these errors were encountered:
I love this approach of using redux to manage local state. But I do think
$
is a very bad name for "a method to create local action".$
does not mean anything. If it does, it usually meansjQuery
in front-end world.I do rather it's called something like
localizeAction
. Or maybe we can provide adispatchLocal
function which will convert the original action into local action before actually dispatch it.The text was updated successfully, but these errors were encountered: