connection

Get the react-redux connection component. Variable, not a function.

// That's what 'connection' does:

return connect(
      this.mapStateToProps,
      this.mapDispatchToProps
    )(this.component);

Last updated