
$0.00
dai
dev
@dai
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="dai" />,
mountNode
);
Dec, 2021
Saying hello! 👋
I am a talented, ambitious and hardworking individual, with broad skills and experience in digital and printed marketing, social media and leading projects.

$0.00
dai
dev
@dai
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="dai" />,
mountNode
);
Dec, 2021
Saying hello! 👋
I am a talented, ambitious and hardworking individual, with broad skills and experience in digital and printed marketing, social media and leading projects.