kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 193 forks source link

[flow-router-ssr] Handling not yet available JS with Defer Script Loading #618

Open SachaG opened 8 years ago

SachaG commented 8 years ago

With the Defer Script Loading option set to true, there's a short period of time where my app appears to load correctly, but is not fully usable yet. Is there a way to handle that state separately, to maybe show a loading screen or just disable pointer events (so that users don't click a link which would then reload the app)?