denvned / isomorphic-relay

Adds server side rendering support to React Relay
BSD 2-Clause "Simplified" License
242 stars 53 forks source link

Add Hot Reload Support? #39

Closed CoericK closed 8 years ago

CoericK commented 8 years ago

It is possible to add Hot Reload Replacement? Maybe we can base on this project? https://github.com/Hashnode/mern-starter

denvned commented 8 years ago

You can already use it. You can get some ideas from isomorphic-relay-boilerplate: https://github.com/denvned/isomorphic-relay-boilerplate/blob/5dd32f3c5759b9305dc1c731bbf80671824978fc/frontend/webpack-client.config.js#L47 https://github.com/denvned/isomorphic-relay-boilerplate/blob/5dd32f3c5759b9305dc1c731bbf80671824978fc/frontend/src/server/index.js#L15-L16 https://github.com/denvned/isomorphic-relay-boilerplate/blob/5dd32f3c5759b9305dc1c731bbf80671824978fc/frontend/src/app.js#L26-L33