Created
October 11, 2018 21:41
-
-
Save converge/45dd6d106ae7e4c3de9a7ee7cfc201d2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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