Skip to content

Instantly share code, notes, and snippets.

@ryanjyost
Created January 4, 2020 23:07
Show Gist options
  • Select an option

  • Save ryanjyost/768bfcf37ca5a433c9d2b06c74364f1d to your computer and use it in GitHub Desktop.

Select an option

Save ryanjyost/768bfcf37ca5a433c9d2b06c74364f1d to your computer and use it in GitHub Desktop.
example routes
<Switch>
<Route exact path="/">
<Home />
</Route>
<Route path="/about">
<About />
</Route>
<Route path="/dashboard">
<Dashboard />
</Route>
</Switch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment