180 shaares
2 results
tagged
astro
How to add client-side interactivity to Astro components using native browser JavaScript APIs.
From the docs:
You can add interactivity to your Astro components without using a UI framework like React, Svelte, Vue, etc. using standard HTML
<script>
tags.
๐ฏ This works as expected!
Add Nx to an Astro project