Getting Rid of JavaScript Completely is (sometimes) a BAD idea

When should you use the server and when should you just use JS on the client? Isn’t doing everything on the server a good thing now? Is HTMX/Hotwire/DHH/Livewire wrong? I don’t know those answers. But I do know how to start thinking of interactions in a Laravel Livewire application and when you should refactor some of those interactions to AlpineJS. Let’s talk about it. This video is in response to a tweet that started popping up:
Back to Top