Dogstudio / highway

Highway - A Modern Javascript Transitions Manager
https://highway.js.org/
MIT License
1.43k stars 92 forks source link

View within view #88

Closed rcobiella closed 4 years ago

rcobiella commented 4 years ago

Hello!

Is it possible to have a view within another view? I'm not really sure if it's even possible, or if I just can't figure out a way to do it.

Basically, what I need to do is to route the links contained in a view (A) so they're loaded into another view (B), which is contained inside view A. Is there a way to have two different Core instances running at the same time, to allow having 2 router wrappers?

Possible or not, thank you anyways for this great library!

Anthodpnt commented 4 years ago

Hey @rcobiella,

That doesn't seem logic at all. You always have a content that is removed and replaced by another content when a navigation happens. So, what's the purpose to have a view within a view? That's not even a thing we do when we don't use page transitions.

Best regards, Anthodpnt

Anthodpnt commented 4 years ago

Issue closed because no more informations has been provided.