Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cài đặt source code.

Giải thích:

...

  • Action:

Code Block
import * as types from '../constants/ActionTypes';

export function add() {
    return {
        type: types.ADD
    };
}

...