Skip to content

Instantly share code, notes, and snippets.

@dance2die
Created December 4, 2017 01:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dance2die/630c7839758da7e0eb6dbd6c662e83e7 to your computer and use it in GitHub Desktop.
Save dance2die/630c7839758da7e0eb6dbd6c662e83e7 to your computer and use it in GitHub Desktop.
Rendering IfApp.js
const events = [
"PushEvent",
"PushEvent",
"PushEvent",
"ReleaseEvent",
"StatusEvent",
"BadEvent"
];
ReactDOM.render(<IfApp events={events} />, document.getElementById("root"));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment