$0.00
Conor Ryan
Senior PHP developer
@conor.ryan.rt
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="Conor Ryan" />,
mountNode
);
Jul, 2021
Saying hello! 👋
I am results-oriented, constantly checking in with the goal to determine how close or how far away we are and what it will take to make it happen.
$0.00
Conor Ryan
Senior PHP developer
@conor.ryan.rt
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="Conor Ryan" />,
mountNode
);
Jul, 2021
Saying hello! 👋
I am results-oriented, constantly checking in with the goal to determine how close or how far away we are and what it will take to make it happen.