-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels