Closed atherdon closed 5 years ago
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: Get All ingredients with status favorite will became export const GET_ALL_FAVORITE_INGREDIENTS = "GET_ALL_FAVORITE_INGREDIENTS ";
export const GET_ALL_FAVORITE_INGREDIENTS = "GET_ALL_FAVORITE_INGREDIENTS ";
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: Get All ingredients with status favorite will became
export const GET_ALL_FAVORITE_INGREDIENTS = "GET_ALL_FAVORITE_INGREDIENTS ";