reactjs101 icon indicating copy to clipboard operation
reactjs101 copied to clipboard

CH07 錯字

Open lininu opened this issue 8 years ago • 0 comments

前言錯字: tyoe

以下這張圖表示了整個 React Redux App 的資料流程圖(使用者與 View 互動 => dispatch 出 Action => Reducers 依據 action tyoe 分配到對應處理方式,回傳新的 state => 透過 React Redux 傳送給 React,React 重新繪製 View):

lininu avatar Nov 28 '17 07:11 lininu