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: Method that will Display Grocery List Data will became export const GET_FULL_GROCERY_LIST = "GET_FULL_GROCERY_LIST";
export const GET_FULL_GROCERY_LIST = "GET_FULL_GROCERY_LIST";
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: Method that will Display Grocery List Data will became
export const GET_FULL_GROCERY_LIST = "GET_FULL_GROCERY_LIST";