Integration of React into a specific electron project
Archiviert a year ago
M
Muvels
Verified
The electron Project I am talking about is called electron browser shell. Currently it is using a simple and plain html and js file. I want to play with it a little bit, but I want to do ui stuff with react here. So can someone help me with integrating react into the electron-browser-shell/packages/shell? So I also have hot reload when I change something in my react code so I don’t have to rebuild the UI all the time or have to restart the application to see the ui changes.
Link to the GitHub Repo of electron-browser-shell: https://github.com/samuelmaddock/electron-browser-shell
