Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hot Reloading? #35

Open
illing2005 opened this issue Nov 24, 2016 · 4 comments
Open

Hot Reloading? #35

illing2005 opened this issue Nov 24, 2016 · 4 comments

Comments

@illing2005
Copy link

Thanks for the great boilerplate!
Do you have any plans to include react-hot-loader?

@dopeboy
Copy link
Contributor

dopeboy commented Dec 3, 2016

I spent the better part of today looking at this and it's very, very buggy endeavor mostly due to webpack2 still being unstable (it is a beta after all). Though I applaud this project and it has been very helpful for me, I think webpack 1 should have been chosen.

@briancappello
Copy link
Contributor

Managed to get hot reloading working using webpack-dev-server, see this diff. Note that I've only tested it locally, not with docker or in production... YMMV.

@pbehrens
Copy link

pbehrens commented Jul 12, 2017

Has anyone got this running with Docker? I fiddled with docker-compose.yml to expose port 4000 in the frontend config, but keep getting this.
http://localhost:4000/sockjs-node/info?t=1499871479943 net::ERR_EMPTY_RESPONSE

I am a bit new to setting up environments like this. Does Nginx factor into things at all? Or should I add something like this to the frontend part of docker-compose?
ports: - 4000:4000

Nonetheless, this repo is an awesome starting point for projects with or without hot reloading.

@vikaskyadav
Copy link

Can anybody help in this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants