Posts by João Costa • 1 point
1 post
-
-1
votes0
answers21
viewsQ: My useReducer does not work
I’m making a shopping cart with useReducer and I can’t change the inCard for true and the qty to add one more to each click. What am I doing wrong? import React, { useReducer } from 'react' import…