$0.00
Anis Draganovic
Full Stack Developer
@anis00723
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="Anis Draganovic" />,
mountNode
);
Sep, 2021
Saying hello! 👋
Over the past 6 years. I have developed a wide experience in Desktop, Mobile and Web Dev along with very good experience in Automation and Scraping.
$0.00
Anis Draganovic
Full Stack Developer
@anis00723
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="Anis Draganovic" />,
mountNode
);
Sep, 2021
Saying hello! 👋
Over the past 6 years. I have developed a wide experience in Desktop, Mobile and Web Dev along with very good experience in Automation and Scraping.