diff --git a/README.md b/README.md index 1e08bb0..8bc33f8 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,3 @@ -# useReducer Hook: -State management using useReducer Hook:-
-InitialState = isLoading, isError, Products, featureProducts
-const [state, dispatch] = useReducer(reducer, initialState)
- -state is the initialState and dispatch function calls the reducer function which will calls the action method in reducer function. - # Welcome to Rohit React Ecommerce Website ## Follow the 3 Steps and you are good to go. @@ -14,16 +7,3 @@ state is the initialState and dispatch function calls the reducer function which 2: Simply run the command npm install - First to install all the packages 3: Run the project using npm start - -## Also I am creating a List of the respective code, you can checkout below 👇 -