Created by: alidloren
Opening this PR in case the create-react-app team would consider adding Rogue.js in the list of server-rendering alternatives listed in the README.
The idea of Rogue.js is that, as hinted by the name, the server-rendering setup should be nearly invisible to the user. Creating a server-rendered React app should be nearly the same as creating a regular React app.
Rogue.js can be used independent of any build setup. So it now can be used programmatically with Razzle. (We also have a cli system like Nextjs but it is a WIP.)
Let me know what you think & thanks for the consideration!