dispatch({ type: 'ADD_TODO', data: { label: 'Eat pizza', complete: false }, });. This is how Redux is typically taught, and ...
確定! 回上一頁