Which React router hook will you use to access one or more parameters from the path?
The useParams() hook will return an object of key/value pairs from your application URL that is set to be dynamic. In a complex application, it’s common to have many navigation links that are dynamic.