Improve intermodule screen navigation
261
Views
2
Comments
New
Frontend (App Interfaces)

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

Absolutely right. 

I also facing same issue. May be it a bug from user point of view.

It should be improve.

Nice idea.

Hey

That is a very good observation.