V4 -Geschichte für Reaktionsaktionen oder API -Aufrufe

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