Created
October 2, 2020 09:18
-
-
Save sverhoeven/c40605a8bf7eaeb895094f79508d8bd1 to your computer and use it in GitHub Desktop.
run-cpp-on-web: react
This file contains 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
ReactDOM.render( | |
<App/>, | |
document.getElementById('container') | |
); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment