Skip to content

Instantly share code, notes, and snippets.

@garlicnation
Last active August 29, 2015 14:23
Show Gist options
  • Save garlicnation/f2d6d1c6796d7cfb353f to your computer and use it in GitHub Desktop.
Save garlicnation/f2d6d1c6796d7cfb353f to your computer and use it in GitHub Desktop.
Sharding roadmap.
1) A single shared module between pages, manually specified
2) N shared modules between pages, manually specified
3) Automatically generate iframes to prime the cache
4) http2/spdy support
5) No need to specify modules, we figure out a layout for your app automatically based on endpoints.
6) Generate a pure-HTML5(No webcomponents) index.html w/ styles from polymer elements for an extremely fast time to first paint. This page should have custom element tags so as to progressively enhance when polymer loads.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment