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

React Development with Hot Reload #7

Open
btotharye opened this issue Mar 29, 2020 · 1 comment
Open

React Development with Hot Reload #7

btotharye opened this issue Mar 29, 2020 · 1 comment

Comments

@btotharye
Copy link

Thanks for the writeup was extremely easy to understand. My only question is how do you do active development on the React side and hot reload or something in order to develop?

Seems like the current setup you would have to do the npm run build each time to build out the static content, wasn't sure if there was a easy way to hot reload somehow on this for active react development or if its better to just do that via normal npm start type options or something.

Thanks

@Toruitas
Copy link
Owner

Regrettably, I wasn't able to get the React dev server hot reload to play nicely with the Django dev server hot reload. Running npm run build every time is definitely tedious, so if you do figure out a way to get them to work together, I would LOVE to use that.

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