React is not suitable for such use cases.
Use Vue.js or Livewire.
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
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?
Please or to participate in this conversation.