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.
- 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!