Forgive the bad title, this is kinda hard to explain.
My app requires a listing page that can be opened from any page that is on the nav-bar, but I need the listing page to save it's content and route history depending on which nav-bar page is selected.
Ex. on Instagram, you can open a user page on the Home Feed (home page -> user page), and then switch to the Explore Page, and select a different user page (explore page -> post -> user page), however the user can then press the home feed icon on the nav bar and it will automatically take them to the first user's page they left off at.
Can this be done using one single "user" page that will save it's information depending on the nav bar page or should I create a separate page for each main page?