主要呈現實作成果
以下內容有參考教學影片,底下有附網址。
(內容包括我的不專業解說分析及在實作過程中遇到的困難與解決)
go go~
Cart的部分結束,今天要來說Product的部分
###Reducers
在reducers資料夾中,新增productReducers.js
建立兩個reducer,分別為getProductsReducer&getProductDetailsReducer
上面那些actionType為昨天說的constants資料夾裡的productConstants.js所設定的常數
###Store
將reducers引入到store.js
###Actions
在reducers資料夾中,新增productActions.js
dispatch(派送)各個actions from 資料庫
參考教學網站:https://www.youtube.com/watch?v=0divhP3pEsg&t=786s