Skip to content

Instantly share code, notes, and snippets.

@converge
Created October 11, 2018 21:41
Show Gist options
  • Save converge/45dd6d106ae7e4c3de9a7ee7cfc201d2 to your computer and use it in GitHub Desktop.
Save converge/45dd6d106ae7e4c3de9a7ee7cfc201d2 to your computer and use it in GitHub Desktop.
const render = (Component) => {
ReactDOM.render(
<Component />,
document.getElementById('reactbody'),
);
};
render(Root);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment