Skip to content

Instantly share code, notes, and snippets.

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