We use exact routes when a route subpath equals to another route's path. For example if we use the "/" as a path (Home), each subsequent path ("/admin") will contain our Home path "/". In order to match the Home component to the "/" route and nothing else, we provide the "exact" parameter.
Home page