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

mdhelal's avatar

InertiaJS + React and Blade are both on the same project.

Hi, there. I want to use InertiaJS + React with Laravel. It's a good choice for a medium Or Big Project?

And my other question. Can I use Blade And Inertia together? I mean some pages will blade template and some will via Inertia + React on the same project. It is possible?

Thank you. Helal Uddin.

0 likes
4 replies
JussiMannisto's avatar

You can use Blade and Inertia in the same project if you need to. Use Inertia::render() to render Inertia pages and view() to render Blade pages.

You can't use Blade and Inertia together. Blade files are rendered on the server. Inertia is a convenience tool for SPAs.

1 like
DhPandya's avatar

It's a good choice for a medium Or Big Project?

Laracasts itself is a live example for this.

Please or to participate in this conversation.