complete: false } ] } // 正要被執行的action (添加一個todo) let action = { type: 'ADD_TODO', text: 'Understand the flow.' } // 你的reducer 會回傳應用程式的下 ...
確定! 回上一頁