#Can we use interactive astro component without island feature

5 messages · Page 1 of 1 (latest)

keen wolf
#

As far as I know, the island feature isn't strictly required. a plain astro component with maybe a little client side vanilla js should do the trick. The whole point of islands is that you can use whatever you want in each page/component, and mix react stuff, with vue stuff, with vanilla js stuff, etc. to your hearts content... Generally, if it works for you, go for it....

#

Hope that helps

undone terrace
#

Yeah it works perfectly

#

But i thought does it affect performance that's why

undone terrace