Why all the hype and push towards Inertia/React?
Because it's the latest JavaScript monolith way of doing thing with Laravel? Livewire is getting older, they are pushing their latest product, it's just a marketing thing.
The interesting question is rather, why do you want people to convince you to use something if you are perfectly fine using Livewire in the first place.
I would say, use Inertia if:
- You find out that Inertia solves problems that Livewire can't.
- Your job requires you to use it.
- You love and want to use React in a Laravel ecosystem.
- You enjoy learning and reinventing the wheel over and over again (JS based stuffs).
If you find yourself in one of these categories, it makes sense, otherwise, the pragmatic approach is to continue doing what you are doing, since it seems to work perfectly for you, why bother?