Help a little on the shelves to put things right ...
There is a project - everything is standard there "html + js client" and "php server part", everything is located on the standard apache web server under centos 6.4. I want to rewrite a piece of the project to react flux / redux, but how to deal with the server - in all tutorials, the express from node.js rises and everything works fine there. I tried to write the simplest application on redux - it runs only on express, which is generally understandable the server should be able to render pages. But in the end we have a situation in which, under react flux / redux, you need to raise a unique infrastructure and make the project completely under it. That is, my project to transfer to react will gradually fail, or is there any option?
re-framethat uses the same idea as Flux. Flux has nothing to do with it. Server rendering of React is a completely different topic (and optional for Flux) and yes, this is usually solved by rendering the same code with a slightly “shaved” version of React running on the server; since React is on JS, you need an artist on JS, for example NodeJS. But I, it seems, have already begun to answer the question? .. - D-side