Skip to content

Instantly share code, notes, and snippets.

@jbardon
Last active February 15, 2018 14:59
Show Gist options
  • Save jbardon/128970c6e7f0374af8471695af97b0d9 to your computer and use it in GitHub Desktop.
Save jbardon/128970c6e7f0374af8471695af97b0d9 to your computer and use it in GitHub Desktop.
const Watch = (props) =>
<div>{props.hours}:{props.minutes}</div>;
ReactDOM.render(<Watch hours="Hello" minutes="World"/>, document.getElementById('app'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment