Answer the question
In order to leave comments, you need to log in
What is the best way to integrate ReactJS with Laravel?
All good time.
What is the best way to integrate React.js with Laravel. There is a separate React frontend with components, webpack configurations, etc. There is a backend on Laravel. The task is to combine these 2 applications into a monster with SSR
Answer the question
In order to leave comments, you need to log in
Applications written in react/angular/etc. expect on the API backend.
1. Create an API
2. Inside your components, "communicate" with your API
It's better to split this into two independent projects that communicate over a REST API.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question