1.0.0 • Published 9 years ago
webpack-react-redux-isomorphic-render-example v1.0.0
This sample project is a proof-of-concept for isomorphic (universal) Webpack rendering using React.
Features
- React
- React-router
- Redux as Flux
- Isomorphic (universal) rendering
- Webpack
- Development mode: hot reload for React components, hot reload for Redux reducers
Quick Start
npm installnpm run dev- wait for it to finish (it will say "Now go to http://127.0.0.1:3000" in the end)
- go to
http://localhost:3000 - interact with the development version of the web application
Ctrl + Cnpm run production- wait a bit for Webpack to finish the build (green stats will appear in the terminal, plus some
node.jsserver running commands) - go to
http://localhost:3000 - interact with the production version of the web application
Motivation
In summer 2015 I wrote webpack-isomorphic-tools to make isomorphic (universal) React rendering work on server-side when the project was built with Webpack.
The goal was met and many people started using it to implement isomorphic (universal) rendering in their apps.
Still it lacked some funky Webpack features like variuos Webpack plugins and other edge cases.
So I did some research on Webpack builds for Node.js and came up with a proof-of-concept solution which I now decided to publish as a library called universal-webpack.
Status
Seems to work.
If you have any issues running this code you can report them the issue tracker.
1.0.0
9 years ago