Skip to content

Instantly share code, notes, and snippets.

@eh3rrera
Created November 15, 2017 23:27
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 eh3rrera/05c70b0744d0e9270df4d91211c346cd to your computer and use it in GitHub Desktop.
Save eh3rrera/05c70b0744d0e9270df4d91211c346cd to your computer and use it in GitHub Desktop.
<Switch>
<Route
path={match.url}
render={() => <h3>Please select a message</h3>}
/>
<Route path={`${match.url}/:id(\\d+)`} component={Message} />
</Switch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment