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

Why can't we have hot reload for .js files? #6

Closed
empz opened this issue Oct 17, 2017 · 1 comment
Closed

Why can't we have hot reload for .js files? #6

empz opened this issue Oct 17, 2017 · 1 comment

Comments

@empz
Copy link

empz commented Oct 17, 2017

Webpack's HMR allows hot reloading js files without doing a full page refresh. This is great when working with state because it doesn't get lost in the refresh.

Is there any specific reason this starter doesn't allow hot reload of .js files?

@burkeholland
Copy link
Owner

It should. When running in dev (npm start) you're just running create-react-app so you should get everything that it provides.

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

2 participants