Here from the future, this article has weak arguments, but Livewire is still a bad option. After maintaining more than a dozen Laravel apps (a few of which use Livewire), my thoughts are this:
The reason I cannot recommend Livewire is because most of the time it's easier to pull together a quick dashboard with Nova, or build something custom with the Inertia protocol.
In the next 5 years, the only thing I could see changing would be swapping Nova out for Filament, but if the client wants reactivity in their dashboard, Nova or a custom app would be the better option.
It's really hard for me to justify Livewire when the alternatives are simpler or provide far greater scaling.
To those that regularly use Livewire, what are using it for outside of dashboards and forms?