createSlice ({ name: 'counter', initialState: { value: 0, }, reducers: { increment: state => { // Redux Toolkit allows us to write "mutating" logic in ...
確定! 回上一頁