Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Alzaabi98's avatar

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 .

is this true or you have another point of view ..

0 likes
1 reply
Wakanda's avatar

@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.

1 like

Please or to participate in this conversation.