Created
February 16, 2017 14:44
-
-
Save pahund/7c8a3f92800003105ca38bf2cf7eb5b6 to your computer and use it in GitHub Desktop.
Code excerpts from universal-react-router4 – client/index.js
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
render(( | |
<BrowserRouter> | |
<App gists={window.__gists__} /> | |
</BrowserRouter> | |
), document.getElementById('app')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment