V4 Historia reakcji akcji lub połączeń API

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