Inertiajs Question - routes between Vue Component and Normal Blade.
Hi All,
Lately I am experimenting inertiajs and I came to know that all views need to be as vue components. At least when I tried to route from vue component to normal laravel blade file , it opened in Pop-Window which means it will require that blade to be converted to vue component as well !!
I am not sure if this 100% correct .. but it is unlike livewire for example which does not require you to change all your blades to vue . It is just when you need some JS functions .
@alzaabi98 Inertia. js allows developers to write single-page applications (SPAs) using classic server-side routing and controllers. Inertia tightly couples the backend to the frontend so that developers need not write APIs.
Inertia works with frontend frameworks like Vue or react and yes your all your blade needs to be converted to vuejs.