I'd like to make a side menu that shows the user what nav item and accessorarily URL path he's currently on (the Menu items allow you to navigate to say /help or /legal or /main or / )
but say a user navigates to /help by entering it in the adress bar how in Reactjs would I change the highlighted menu item.
Keep in mind that the menu state is not reset by navigating these are dynamic pages.
