-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
From the Redux doc (in the green box):
we encourage naming reducers as past-tense "this happened" names like postAdded, because we're describing "an event that occurred in the application".
For example:
- rename
addGrouptogroupAdded - rename
destroyGrouptogroupDestroyed - rename
addTracktotrackAdded
Reactions are currently unavailable