Using page sections as routes

I’m working with a design that has a couple of sections on a single state, and I’d like to be able to link to each section individually. Is there a way I could render a single template with no outlets at a base level, and then trigger a scroll when transitioning into any of the sub routes? Additionally, is there a way I could prevent a transition from altering the browsers history, so I could transition around states as the user scrolls without forcing them to hit back several times to escape the page?

1 Like

Did you ever come up with a clean way of doing this? I am interested in doing something similar…