V4 History for React Action ou API appels
onClick={() => {
this.props.actionCreatorName(
this.props.history,
otherParams
);
}}
TheLonelyWolf
onClick={() => {
this.props.actionCreatorName(
this.props.history,
otherParams
);
}}