An example react application (master-detail feed) with server side rendering, async react-router routes, async redux reducers, async data fetching, and code-splitting.
- Node.js
- Express
- React
- Redux
- React Router 2.0
- Aphrodite for CSS by Khan Academy
- React Helmet for meta tags by the NFL
- Redial for data fetching by @markdalgleish
- Babel 6
- Webpack with vanilla Hot Module Replacement
- example-react-router-server-rendering-lazy-routes by @ryanflorence
- Cake's approach to React Router server rendering w/code splitting and Redux by @rgrove
- How to dynamically load reducers for code splitting in a Redux application? by @dan_abramov
git clone https://github.com/tagraha/react-universal.git MyApp
cd MyApp
npm install
npm start
# Open localhost:5000More docs soon. PRs welcome!