React Router Params и рендеринг

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