If one never uses lambdas in a jsx arg, how would one pass args to an event handler? For example: `<Foo onClick={ (event) => this.foo(23) }/>`