Re-using the same state in multiple views (tabs)

For anyone stumbling across this question, I believe it’s answered here: Creating shared routes in different views

Answer: No - it can’t be done and the workaround is to create a duplicate view using the same controller and template.