/ionic-hydrate

Quick demo of Ionic hydrate just for tracing purposes

Ionic Hydrate

Just a quick demo for tracing purposes.

  • no-prerender.html: Requires JS to be rendered.
  • prerender-static.html: Only prerendered HTML/CSS, but does not request any JS.
  • prerender-hydrated.html: Prerendered HTML/CSS, then uses JS to clientside hydrate.

Other notes:

  • ion-button also uses animations, gestures and other shared utilities.
  • Utilities are dynamically imported and should not apart of the critcal path.
  • WORK IN PROGRESS!

adamdbradley