reactjspage-title

How do I edit page title/path (?) display in React?


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: I am refering to the section that says "Clinics / AT Clinic" in this image


Solution

  • 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