$0.00
John Tan
Software Engineer
@Everen-John
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="John Tan" />,
mountNode
);
Aug, 2021
Saying hello! 👋
Driven by understanding as much as possible. NextJS, Unity, C#, SQL/NoSQL, TailwindCSS
$0.00
John Tan
Software Engineer
@Everen-John
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="John Tan" />,
mountNode
);
Aug, 2021
Saying hello! 👋
Driven by understanding as much as possible. NextJS, Unity, C#, SQL/NoSQL, TailwindCSS