React Router Params and Render

<Route path="/:id" render={(props) => (<Child {...props} />)} />
Trinix