Historial V4 para reaccionas o llamadas API

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