$0.00
Chew Chit Siang
Backend Engineer
@cchitsiang
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="Chew Chit Siang" />,
mountNode
);
Aug, 2021
Saying hello! 👋
A full stack developer who enjoying in coding and get my hand dirty with building scalable cloud services, with a particular focus on Node.js / JavaScript, .NET Core
$0.00
Chew Chit Siang
Backend Engineer
@cchitsiang
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="Chew Chit Siang" />,
mountNode
);
Aug, 2021
Saying hello! 👋
A full stack developer who enjoying in coding and get my hand dirty with building scalable cloud services, with a particular focus on Node.js / JavaScript, .NET Core