//in route <Route path="child/:id" children={<Child />} /> // in component import { useParams } from "react-router-dom"; let { id } = useParams();