A RouteMatch contains info about how a route matched a URL.
The names and values of dynamic parameters in the URL.
The portion of the URL pathname that was matched.
The portion of the URL pathname that was matched before child routes.
The route object that was used to match.