How can use Reactjs as front end my existing proejct Please any steps to do

How can use React as front end my existing cakephp app. Please suggest steps to do

Hi @spadeX,

You can review https://github.com/ishanvyas22/cakephpvue-spa project, currently it developed with Vue.js but you can get idea about how things are structured and easily replace view part with react.

Behind the scenes it uses AssetMix plugin to convert Vue.js/React/ES6 code into plain javascript.

Have a look and try to implement and let us know here if you stumble upon any issues.

@bizdev, ok,I can try this.