1
0
This code prints "Hello World" to the console.
Library: next
next
Shortcut: jun88
jun88
0 Comments
class FrontPage extends React.Component { render() { return <h1>Hello, {this.props.name}</h1>; } }