@taylormaguire@ninjaparade@inertiajs I use Inertia for the SPA like behaviour and for the main layout. But for form submission, I prefer Livewire components injected in Inertia components that I render in Vue. That also allows me to use other Vue components libraries.
@taylormaguire@ninjaparade@inertiajs You can combine Inertia with Livewire (by injecting Livewire components in Inertia pages - you'll get best of both worlds)