在学react-redux中学习官方的demo的shopping-cart,有个问题困扰了我一整天了,求各位大佬指点一下,先谢谢了。//src/reducers/products.jsconstproducts=(state,action)=>{switch(action.type){caseADD_TO_CART:return{...state,inventory:state.inventory-1}default:returnstate}}不明白这个地方的state是什么,怎么传入了点击的product?
慕工程0101907
蝴蝶刀刀
相关分类