Skip to content

Instantly share code, notes, and snippets.

@mrsharpoblunto
Last active July 31, 2019 21:24
Show Gist options
  • Save mrsharpoblunto/3192f3b98d70af86676905e7e391bece to your computer and use it in GitHub Desktop.
Save mrsharpoblunto/3192f3b98d70af86676905e7e391bece to your computer and use it in GitHub Desktop.
<!-- preloaded async route bundles -->
<link rel="preload" href="SomeConsumerRoute.js" as="script" />
<link rel="preload" href="..." as="script" />
...
<!-- critical path scripts to load the initial page -->
<script src="Common.js" type="text/javascript"></script>
<script src="Consumer.js" type="text/javascript"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment