Hi all,
Could anyone help me get what is the idea behind all these tools in relation to Vue and React, please?
I understand that building Vue/React based frontend and Laravel backend seems tedious as you need to develop all these APIs. However, when it comes to Inertia or Livewire you still need to develop traditional routes which seem the same with the exception that you might not need to handle HTTP requests manually. But what is the whole difference between all of them?
And finally, why do we have Inertia and Livewire as they appear to do the same thing?
Also, where can I find more info/tutorials on Livewire/Inertia? Most of the info I can find is on Laracast.
Can I also use Laravel in a hybrid mode in a way where let's say some functionalities are traditional Laravel SSR and some are Inertia Livewire?
Are there tools production ready? Which one is more suitable for building CRM or e-commerce platforms?
I know there is a lot to read and answer but I appreciate your time and help. Your answer could save a few good hours of research.
Thank you,
Mihail