Its a function that returns a function. When you do
onClick={this.handleClick(param1)}
it returns onClick={(e) => { ... }}
but with your params in scope for the function to use