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 went with boundActionCreators as that's what they are in Redux but… nobody actually knows (or should care) that we're using Redux under the hood so we could give these functions a much more graceful name e.g. just actions or commands.
I like the idea of aliasing boundActionCreators to actions and deprecating the boundActionCreators api. Maybe log a warning to console that using the old name is deprecated.
I went with
boundActionCreators
as that's what they are in Redux but… nobody actually knows (or should care) that we're using Redux under the hood so we could give these functions a much more graceful name e.g. justactions
orcommands
.Thoughts?
We could do this as part of #1824
The text was updated successfully, but these errors were encountered: