Last active
August 29, 2015 14:23
-
-
Save garlicnation/f2d6d1c6796d7cfb353f to your computer and use it in GitHub Desktop.
Sharding roadmap.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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