$0.00
Khai Van LHOMME
Engineering Manager
@lhomme.kv
class HelloMessage extends React.Component {
handlePress = () => {
alert('Hello')
}
render() {
return (
<div>
<p>Hello, my name is {this.props.name}</p>
<button onClick={this.handlePress}>Say Hello</button>
</div>
);
}
}
ReactDOM.render(
<HelloMessage name="Khai Van LHOMME" />,
mountNode
);
Aug, 2021
Saying hello! 👋
I love to learn new things. Whether it's about software, calisthenics, 3D art, climbing... My mind is open to everything, I welcome any kind of knowledge, and I thoroughly enjoy discussing with people who know more than me.
$0.00
Khai Van LHOMME
Engineering Manager
@lhomme.kv
class HelloMessage extends React.Component {
handlePress = () => {
alert('Hello')
}
render() {
return (
<div>
<p>Hello, my name is {this.props.name}</p>
<button onClick={this.handlePress}>Say Hello</button>
</div>
);
}
}
ReactDOM.render(
<HelloMessage name="Khai Van LHOMME" />,
mountNode
);
Aug, 2021
Saying hello! 👋
I love to learn new things. Whether it's about software, calisthenics, 3D art, climbing... My mind is open to everything, I welcome any kind of knowledge, and I thoroughly enjoy discussing with people who know more than me.