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

calimdor's avatar

Laravel with React - %50-%50

Hi everyone,

I'm thinking about a concept about my project.

My project is classic full stack laravel application. Its a CMS panel. But some parts of my system needs react's dynamic. Just like some calculator, some callbacks, some forms.

I want to keep my fullstack project, and its routes. I dont want to use react routing system. But I want to use react's dynamic behaviour.

Do have any samples about it? Only some components of the system will be react, so how can I coummunicate with backend for back practice? How can I move my session through APIs? Can I use "web.php" methods for react forms? Any suggestions?

0 likes
4 replies
puklipo's avatar

React is not suitable for such use cases.

Use Vue.js or Livewire.

1 like
calimdor's avatar

@puklipo thank you, and what should my keyword be? how should I search it to understand the concept?

robj's avatar

@calimdor There's some great content on here for building applications with Vue or Livewire. My personal opinion is that they're quite different - other than checking for courses here try searching for "vue vs livewire". Laravel has a number of starter kits which help you get standard functionality with your chosen stack, those are worth checkout out in the Laravel documentation.

Good luck!

Max100's avatar

You can use Inertia.js for this. And you can use Laravel Breeze to quickly setup an app with Intertia and React.

Please or to participate in this conversation.