
$103.25
Sara Porter
Automation Engineer
@SaraPorter
- Java
- Python
- MySQL
- MongoDB
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="Sara Porter" />,
mountNode
);
Nov, 2021
Saying hello! 👋
I am an excellent communicator. I pride myself on making sure people have the right information because it drives better results.

$103.25
Sara Porter
Automation Engineer
@SaraPorter
- Java
- Python
- MySQL
- MongoDB
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="Sara Porter" />,
mountNode
);
Nov, 2021
Saying hello! 👋
I am an excellent communicator. I pride myself on making sure people have the right information because it drives better results.