Skip to content

khalilhusnain/module22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

module22

E-commerce Platform Using Redux Implementation

Overview

Transitioning from Context API to Redux for improved state management.

User Story

As a senior engineer,
I want to use Redux for global state management,
so that it is decoupled from React.

Acceptance Criteria

  • Redux Store: Confirm use over Context API.
  • Provider: App wraps with <Provider store={store}>.
  • Reducers: State managed through reducers.
  • State Access: Use useSelector for data extraction.
  • Action Dispatch: Use useDispatch for actions.

Benefits

  • Scalability
  • Separation of concerns
  • Enhanced debugging

Getting Started

  1. Clone the repo.
  2. Run npm install.
  3. Start with npm start.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published