Loading

Quipoin Menu

Learn • Practice • Grow

react / Route Parameters
exercise
1/5
Exercise 1React
Question

Create a route with a parameter, e.g., /user/:id. Display the id in the component using useParams.