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
One of the most common source of confusion with Flux libraries is that people say “action” when they mean two very different concepts (“action” and “action creator”).
To avoid adding to the confusion, I'd rather rename action to actionCreator in this API. It's not much more to type, but is much less confusing to the beginners.
What do you think?
The text was updated successfully, but these errors were encountered:
One of the most common source of confusion with Flux libraries is that people say “action” when they mean two very different concepts (“action” and “action creator”).
To avoid adding to the confusion, I'd rather rename
action
toactionCreator
in this API. It's not much more to type, but is much less confusing to the beginners.What do you think?
The text was updated successfully, but these errors were encountered: