create-react-server icon indicating copy to clipboard operation
create-react-server copied to clipboard

Server & middleware for React + Router + Redux with Server Side Rendering

Results 2 create-react-server issues
Sort by recently updated
recently updated
newest added

I'm getting following error when I use img, don't we support images yet on the server side? ``` > @ server /Users/maulik/Desktop/create-react-server/client > node ../server/server.js --app src/app.js --template template.js SyntaxError:...

How can this library be used in conjunction with [`React Router 5`](https://github.com/ReactTraining/react-router/tree/master/packages/react-router-redux)? I don't see the creation of a history inside of a store in your documentation or Redux examples...