Hey there,
I try to build an App that uses several independent components and I'd like to navigate between those using Routes/Router. It seems like Router/Route is tightly coupled to views and does not appear to support the use of components being instanciated once a pattern matches.
Is there an (intended) way to make this work?
Thanks
Chris