Stumped On Start over/Go Back Button

There’s no loading screen or additional loading time.

URL parameters are instantaneous as long as you’re directing the user to your current page.

I
I’ll attach 2 screenshots of my single page app. Switching tabs is instant. The groups only show themselves when index’s nav = home or index’s nav = hives-home

On page load, I “set state of index” and get X from page URL. Bonus points if you use an option set, but you can just use numers if you want to.

When get X from url = 1 then show Step 1

When get X from url - 2 then show Step 2

Everytime you click on your back button, the “page is loaded” workflow triggers itself and shows // hides the relevant group.