React passing parameter via onclick event using ES6 syntax

前端 未结 8 889
死守一世寂寞
死守一世寂寞 2020-12-04 06:34

How to pass extra parameters to an onClick event using the ES6 syntax?

For instance:

handleRemove = (e) => {

}

render() {
     
8条回答
提交回复
热议问题