Skip to content

Instantly share code, notes, and snippets.

@hpjaj
Created November 14, 2018 14:58
Show Gist options
  • Save hpjaj/009c814358767a1c2799e51d120f41cb to your computer and use it in GitHub Desktop.
Save hpjaj/009c814358767a1c2799e51d120f41cb to your computer and use it in GitHub Desktop.
// app/javascript/packs/index.js
...
document.addEventListener('DOMContentLoaded', () => {
ReactDOM.render(
<Router>
</Router>,
document.body.appendChild(document.createElement('div')),
)
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment