Skip to content

Instantly share code, notes, and snippets.

@pahund
Created February 16, 2017 14:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save pahund/7c8a3f92800003105ca38bf2cf7eb5b6 to your computer and use it in GitHub Desktop.
Save pahund/7c8a3f92800003105ca38bf2cf7eb5b6 to your computer and use it in GitHub Desktop.
Code excerpts from universal-react-router4 – client/index.js
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