Skip to content

Instantly share code, notes, and snippets.

@eh3rrera
Created November 15, 2017 23:24
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/8e86f03986aedc1c75cefefc843365f8 to your computer and use it in GitHub Desktop.
Save eh3rrera/8e86f03986aedc1c75cefefc843365f8 to your computer and use it in GitHub Desktop.
import Message from './Message';
//…
const Messages = ({ match }) => (
<div>
<ul>
...
</ul>
<Route path={`${match.url}/:id`} component={Message} />
</div>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment