Skip to content

Instantly share code, notes, and snippets.

@jbardon
Last active February 15, 2018 14:59
Show Gist options
  • Save jbardon/cf8caa26c25e130b6badab1f547a3c19 to your computer and use it in GitHub Desktop.
Save jbardon/cf8caa26c25e130b6badab1f547a3c19 to your computer and use it in GitHub Desktop.
// Equivalent to JSX: <Watch hours="9" minutes="15"/>
React.createElement(Watch, {'hours': '9', 'minutes': '15'});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment