/redux-store-refactor

Redux Refactor of an existing e-Commerce Platform | React, Redux

Primary LanguageJavaScript

Redux Refactor - eCommerce React - Homework 22

Description

We have left the React ecosystem! This excersize is a Redux State refactor for an eCommerce website previously using the Context API. I have refactored the previously existing code base to use Redux to manage global state and dispatch actions.

Installation

  • Visit my Github Repository
  • To install this app, clone the repository and npm i.
  • See Useage for seeding with test data

Usage

For a live deployment: VIEW LIVE DEPLOYMENT

Screenshot of Local Deployment

Walkthrough

Video walkthrough of working application: YouTube

Credits

Patrick Brown

Features

  • Uses Redux to manage global state and dispatch actions rather than Context API
  • Passes reducers to a Redux store
  • Extracts state data from the store

How to Contribute

Send me a message via GitHub and we can connect!