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

serra0904's avatar

Inertia + blade

Hello guys,

i'm building web app with Laravel blade, and i need to create a dashboard admin. I'm pretty new to the laravel world, and i'm wondering if i can use inertia with react, only to create the dashboard admin, and keep blade for the rest. Will the inertia installation affect the SEO of the rest of my app ? Is it an anti-pattern ?

Thanks

0 likes
5 replies
tykus's avatar

Sure, but why does the dashboard need to be an Inertia Page at all?

serra0904's avatar

@tykus Because i would like to use React template that i have (i'm react dev)

tykus's avatar

@serra0904 ok, got you.

So the dashboard can be Inertia; while the other pages can be Blade compiled. Just consider making a Blade layout specifically for the Inertia app, so the JS assets are not being included unnecessarily with Blade view for other pages.

Please or to participate in this conversation.