exampleReducerAction.js 71 B

123456
  1. function name(state, action) {
  2. return {
  3. ...state,
  4. };
  5. }