$0.00
Joel Rocha
Fullstack Web Developer
@hello
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="Joel Rocha" />,
mountNode
);
Jul, 2021
Saying hello! 👋
Developing websites and applications for +10 years, completing innovative and mission-critical projects, as well as providing consulting for high-level strategic and architectural project decisions.
$0.00
Joel Rocha
Fullstack Web Developer
@hello
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="Joel Rocha" />,
mountNode
);
Jul, 2021
Saying hello! 👋
Developing websites and applications for +10 years, completing innovative and mission-critical projects, as well as providing consulting for high-level strategic and architectural project decisions.