Comment by catoAppreciator
2 days ago
Any reason you didn't use alpine for client side interactivity? When I went down the "use a framework plugin in Astro" route, I found it too jarring and reverted to alpine which I found worked well enough.
2 days ago
Any reason you didn't use alpine for client side interactivity? When I went down the "use a framework plugin in Astro" route, I found it too jarring and reverted to alpine which I found worked well enough.
No, not in particular, I just like Svelte's compilation-based approach, but Alpine definitely looks nice.
When the client side interactivity is very contained and small in scope I also quite like just using plain JavaScript without a framework.
Sorry we haven't fixed this issue sooner. In this case it's a complicated CSS issue, but nevertheless I've got a fix I'm working on here:
https://github.com/withastro/astro/pull/15227
Wow! That's a pretty impressive turnaround time from my comment to a PR, thanks for your work. I'll be happy to include this in my projects.
1 reply →