Astro ships less JavaScript by default
Static HTML by default; interactive islands opt-in to JS.
Astro uses islands architecture—most of your page is static HTML; only interactive parts hydrate.
Static HTML by default; interactive islands opt-in to JS.
Astro uses islands architecture—most of your page is static HTML; only interactive parts hydrate.
Source: Astro Docs