actions純js物件,包含type讓reducer判斷處理其於由使用者自訂。 src/action.js export const INCREMENT = () => { return { type: 'INCREMENT', count: 1 } }; export ...
確定! 回上一頁