Skip to content

Instantly share code, notes, and snippets.

@eddyw
Last active November 1, 2017 14:39
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 eddyw/6761525bad21897590488650a78de5a7 to your computer and use it in GitHub Desktop.
Save eddyw/6761525bad21897590488650a78de5a7 to your computer and use it in GitHub Desktop.
Suck less at React (utilities #1): Switch Components
<Switch>
<Route exact path="/section1" component={Section1} />
<Route exact path="/section2" component={Section2} />
<Route exact path="/section3" component={Section3} />
<Route component={NotFound} />
</Switch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment