Build a match component for a path.
The match component will only render its children when the provided path matches the current URL, regardless of whether it's an exact match.
To decide between a list of route or match components, use routeSwitch.
routeSwitch
Build a match component for a path.
The match component will only render its children when the provided path matches the current URL, regardless of whether it's an exact match.
To decide between a list of route or match components, use
routeSwitch.