From 6edd2e09597931a495713be9b0a8c17d3b739c8d Mon Sep 17 00:00:00 2001 From: Rohit Verma Date: Mon, 8 Apr 2024 06:34:44 -0400 Subject: [PATCH] Update README.md --- README.md | 20 -------------------- 1 file changed, 20 deletions(-) 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 👇 -