DEV Community

Discussion on: Electron Apps Made Easy with Create React App and Electron Forge

Collapse
 
carlosthe19916 profile image
Carlos E. Feria Vila

Nice blog. I have one question though: hot reloading seems to work for the ReactJS application but not for Electron; I mean, once any change is done in the electron.js file then the changes do not take effect until stop and run again the "dev" command. Any suggestion on how to add Hot reload also to the Electron code?