Skip to content

Instantly share code, notes, and snippets.

@SaraVieira
Created June 4, 2018 17:08
Show Gist options
  • Save SaraVieira/3062ba9b7ebcbec9f0597d96f14a7dc7 to your computer and use it in GitHub Desktop.
Save SaraVieira/3062ba9b7ebcbec9f0597d96f14a7dc7 to your computer and use it in GitHub Desktop.
const Root = () => (
<ThemeProvider theme={theme}>
<StaticRouter location={req.url} context={context}>
<App />
</StaticRouter>
</ThemeProvider>
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment