const Child = ({ match }) => ( ID: {match.params.id} )
const pathArray = window.location.pathname.split('/'); const id = pathArray[2];