-
Building own asynchronous javascript load controller w/support for external files & non-blocking execution b/c existing options too heavy
-
Standalone scripts not intended or optimized for larger projects with particular configurations are few and far between...
-
Either that or they are not sufficiently asynchronous. I don't need help for loading files in sequence. I want it for optimizing the process
-
Generally, working with React has made me realize that synchronous and blocking use of Javascript is almost always a bad idea.
-
Many libraries deal w/this for internal-only projects, but if an external script is required to be loaded in the process. *throws up hands*
-
You know what requires the loading of an external script? Ads. God forbid someone think about monetization.