Is there a name that React apps use to refer to this section of the page which describes where the user is within the website? I cannot seem to find it in the code base.
I am referring to the section that says "Clinics / AT Clinic" in this image:
Most probably this is being rendered dynamically, and you can get the current path of the window with window.location.pathname
You can try global searching window.location.pathname