logoalt Hacker News

catoAppreciatortoday at 3:41 PM1 replyview on HN

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.


Replies

__jonastoday at 4:09 PM

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.

show 1 reply