Deku Redux Universal Hot Example

June 27, 2015 ยท View on GitHub

Description

NOTE: This is a fork of erikras/react-redux-universal-hot-example modified for Deku

Beware of dirty hacks.

Running Web Server

npm install
npm run start

Running Webpack Dev Server

npm run watch-client

Both npm run start and npm run watch-client must be running at the same time for the webapp to work with hot reloading.

Then try editing src/components/App.js or any other template or store

Maybe TODO

  • Move routing solution into redux to get rid of hacky solution
  • Make sure all promises if any are resolved before rendering on server
  • Get rid of AppClient is not defined error (that was also present in original repo)

Original Author: Erik Rasmussen @erikras

Modified by: Nils Ivanson @nivanson