Kizspy | Question: 17
(Choose 1 answer)
What is the purpose of the exact prop in a Route component?
A. It specifies the component to render for a specific route
B. It ensures that the route matches the URL exactly, without partial matching
C. It defines a redirect to another route
D. It enables code splitting for the route component