@nero355 The HTML5/WebApp feature for Clickable to create UT app is quite literally putting an application in its own browser window, the only difference is the lack of NodeJS on the backend.
After some playing with regular ReactJS I've been able to make some applications, hopefully webpack will play nice with any modules I like to use in my setup, though generally it always has done.
I doubt the overhead for Electron or Chromium is going to be much different to Morph if ran on the platform due to the fact Morph utilises Qt WebEngine which has Chromium at the core.
I'm not certain what the performance tweaks are and whether they could be applied to Electron.
Ubuntu Touch does support windowed mode so being able to spawn multiple windows (assuming its supported) could be useful in that mode.
Eitherway, I got the input I needed.
Thanks for your responses everyone.