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.
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.