Build a route component for a path.
The route component will only render its children when the provided path is an exact match for the current path.
To decide between a list of route or match components, use routeSwitch.
routeSwitch
Build a route component for a path.
The route component will only render its children when the provided path is an exact match for the current path.
To decide between a list of route or match components, use
routeSwitch.