Kizspy | Question: 17
(Choose 1 answer)
How can route parameters be defined in React Router?
A. By using the params prop in the <Route> component
B. By accessing them directly from the URL
C. By using the path prop with placeholders in the <Route> component
D. By using the match object passed to the component