Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 346 Bytes

File metadata and controls

14 lines (7 loc) · 346 Bytes

Shopping Cart Refactor

  • Refactor the current Shopping Cart solution
  • Replace useState with useReducer

Starter CodeSandbox

Here is our Starter CodeSandbox

Bonus - Refactor To Include useContext Hook

Refactor the solution to also include the useContext Hook