What benefit does the 'exact' prop provide in React Router navigation?
The 'exact' prop in the <Link> component is used to match the exact URL. This is useful when you want to ensure that the link is only active when the URL matches exactly, without any additional segments.