V4 HISTÓRIA PARA Ação React ou chamadas de API

onClick={() => {
  this.props.actionCreatorName(
    this.props.history,
    otherParams
  );
}}
TheLonelyWolf