Home >Backend Development >PHP Tutorial >How to render React from PHP server side?
In our previous project, all Views were written on the front end. This also resulted in a large bundle.js after front-end packaging, which affected the loading speed. Now I am considering transplanting some of the initial state code to back-end rendering.
But our backend is written in PHP. Dear masters, is there any information you can provide me for reference? O(∩_∩)OThank you
In our previous project, all Views were written on the front end. This also resulted in a large bundle.js after front-end packaging, which affected the loading speed. Now I am considering transplanting some of the initial state code to back-end rendering.
But our backend is written in PHP. Dear masters, is there any information you can provide me for reference? O(∩_∩)OThank you
None, please use nodejs.