$0.00
Justus Buyu
Full Stack Developer
@jbuyu
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="Justus Buyu" />,
mountNode
);
Sep, 2021
Saying hello! 👋
I'm a Full Stack Software Engineer building unique and useful software applications that offer value. I Mostly build projects with Typescript, Node, React/vue & MongoDB/PostgreSQL. Lately, I've been experimenting with Rust & Flutter.
$0.00
Justus Buyu
Full Stack Developer
@jbuyu
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="Justus Buyu" />,
mountNode
);
Sep, 2021
Saying hello! 👋
I'm a Full Stack Software Engineer building unique and useful software applications that offer value. I Mostly build projects with Typescript, Node, React/vue & MongoDB/PostgreSQL. Lately, I've been experimenting with Rust & Flutter.