$0.00
Mark Reilly
CTO
@mark
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="Mark Reilly" />,
mountNode
);
Sep, 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
Mark Reilly
CTO
@mark
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="Mark Reilly" />,
mountNode
);
Sep, 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.