Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

nilsivanson/deku-redux-universal-hot-example

Repository files navigation

Deku Redux Universal Hot Example

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages