electron-react-tutorial
electron-react-tutorial copied to clipboard
mainWindow.loadUrl is not a function
Hi, I really like your boilerplate and I have some issues and recommendation. For the current version of Electron, we should require('electron') and then use ES6's destructuring to import app and BrowserWindow. Also, loadUrl didn't work for me, it looks like loadURL should be used instead of loadUrl :smiley:
If you don't mind I would like to fork the repo and submit a pull request for you to review. Thanks for reading my issue. Cheers! :smile: