Welcome to Astro


no directive

No JS, no interactive


client:load

Loads JS as soon as possible


client:idle

Loads JS when rendering is over


client:visible

Loads JS when button is visible by the user


client:media

Loads JS when the media query (min-width: 680px) is valid


client:only

Loads JS only in client (No SSR)