webpack-react-redux-server-side-render-example
webpack-react-redux-server-side-render-example copied to clipboard
A sample React/Redux/Webpack project with Server-Side Rendering
I need a solution of using the universal-webpack plugin to start the server using nodemon or similar watch mode, it would be great if your sample supports this
An example of moving the `/users` page into its own component. All other pages' `.meta` and `.load` functions would have to be also moved to their own files: I didn't...
This is an example of "code splitting" (advanced topic).