You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
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
The text was updated successfully, but these errors were encountered: