- Refactor the current Shopping Cart solution
- Replace
useStatewithuseReducer
Here is our Starter CodeSandbox
Refactor the solution to also include the useContext Hook
useState with useReducerHere is our Starter CodeSandbox
Refactor the solution to also include the useContext Hook