Is it possible to open a new window and then mount a single component? similar to Reacts Portal?
I know I can window.open('/path', '_blank');
but that reloads the entire application.
Really just want to load a single informational component in a new window by itself