Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
# useReducer Hook:
State management using useReducer Hook:-<br/>
InitialState = isLoading, isError, Products, featureProducts<br/>
const [state, dispatch] = useReducer(reducer, initialState)<br/>

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.
Expand All @@ -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 👇
<ul>
<li><a href="https://github.com/rohitverma0234/React-Ecommerce/tree/main">Main Starter Files of React Ecom Source Code</a></li>
<li><a href="https://github.com/rohitverma0234/React-Ecommerce/tree/React-Router-dom">Updated React Router Dom</a></li>
<li><a href="https://github.com/rohitverma0234/React-Ecommerce/tree/02_Styled-Components">Styled-Components</a></li>
<li><a href="https://github.com/rohitverma0234/React-Ecommerce/tree/03_Header-Section">Header-Section</a></li>
<li><a href="https://github.com/rohitverma0234/React-Ecommerce/tree/04_Header-Responsiveness">Responsive-Header-Section</a></li>
<li><a href="https://github.com/rohitverma0234/React-Ecommerce/tree/Home-%26-About-Page-with-Hero-Section">HeroSection, Home Page & About Page</a></li>
<li><a href="https://github.com/rohitverma0234/React-Ecommerce/tree/06_Services-%26-Trusted-Section">Services & Trusted Sections</a></li>
<li><a href="https://github.com/rohitverma0234/React-Ecommerce/tree/07_Contact-Page">Contact Page</a></li>
<li><a href="https://github.com/rohitverma0234/React-Ecommerce/tree/08_Footer-Section">Footer-Section</a></li>
</ul>