Last active
November 1, 2017 14:39
-
-
Save eddyw/6761525bad21897590488650a78de5a7 to your computer and use it in GitHub Desktop.
Suck less at React (utilities #1): Switch Components
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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