Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Last active March 28, 2017 20:55
Show Gist options
  • Select an option

  • Save viniciusdacal/ccdf35bcee4c5cbec33e152622a9e6d7 to your computer and use it in GitHub Desktop.

Select an option

Save viniciusdacal/ccdf35bcee4c5cbec33e152622a9e6d7 to your computer and use it in GitHub Desktop.
import React from 'react';
import ReactDom from 'react-from';
const strangerName = 'Stranger';
ReactDOM.render(
<button onClick={() => alert(strangerName)}>
Click
</button>,
document.getElementById('root')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment