Skip to content

Instantly share code, notes, and snippets.

@cziem
Created June 28, 2018 22:04
Show Gist options
  • Save cziem/6cd7a030bf9080c0c3763e45862891c9 to your computer and use it in GitHub Desktop.
Save cziem/6cd7a030bf9080c0c3763e45862891c9 to your computer and use it in GitHub Desktop.
Routing with React
render() {
return (
<main>
<Route path="/*" component={my404} />
</main>
)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment