I
I
IvanKalinin2017-01-10 10:05:04
Laravel
IvanKalinin, 2017-01-10 10:05:04

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

2 answer(s)
M
Maxim, 2017-01-10
@maxfarseer

Applications written in react/angular/etc. expect on the API backend.
1. Create an API
2. Inside your components, "communicate" with your API

V
Vyacheslav Plisko, 2017-01-10
@AmdY

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 question

Ask a Question

731 491 924 answers to any question