Heyho, I'd be curious on opinions on using multiple router-outlets.
I'm mostly stating this as I worked (as junior to mid-level dev, several years ago) on a project that utilized a secondary router-outlet to control its sidebar in the past.
The experience I made with that were, that it made things a fair bit harder to wrap your head around while at the same time making your URLs ugly/illegible.
For seemingly no benefit, because everything it achieved I seemingly also could do without.
That entire experience gave me the impression that it seems overall not worth it ever to actually use multiple router-outlets despite the option being there.
Am I wrong there?
Are there maybe scenarios/patterns where its not as painful and where such a setup can actually shine?