Hi,
In Reactive Web Apps I've noticed that when navigating to public screens from other modules the transition is very slow - it shows a blank screen first, then it starts loading the screen and the CSS, causing a Flash of unstyled content.
This takes about 2 to 4 seconds, making it a horrible experience.
Upon further investigation, I've discovered that OutSystems is treating the navigation as a navigation to a totally different application, loading again all the necessary resources (JS, HTML, CSS). This is very atypical for a Single Page Application.
This makes segregating front ends a major trade-off.
Can this be improved?
Thanks,
Tiago