By using names on methods from this page
In order to make it better, we'll create set of constants, each for a different method.
Example:
Create or find at db new ingredient new ingredient and attach it to grocery list
will became export const FIND_OR_CREATE_AND_ATTACH_TO_GROCERY = "FIND_OR_CREATE_AND_ATTACH_TO_GROCERY";
By using names on methods from this page In order to make it better, we'll create set of constants, each for a different method.
Example: Create or find at db new ingredient new ingredient and attach it to grocery list will became
export const FIND_OR_CREATE_AND_ATTACH_TO_GROCERY = "FIND_OR_CREATE_AND_ATTACH_TO_GROCERY";