electron-with-create-react-app icon indicating copy to clipboard operation
electron-with-create-react-app copied to clipboard

Sample Electron application using create-react-app

Results 7 electron-with-create-react-app issues
Sort by recently updated
recently updated
newest added

That trick to getting `ipcRenderer` exposed, no longer works. You'll need a ridiculously stupid and verbose workaround to get to it. I blame Electron for not playing nice with tools...

Bumps [electron](https://github.com/electron/electron) from 1.8.8 to 9.1.0. Release notes Sourced from electron's releases. electron v9.1.0 Release Notes for v9.1.0 Features Added support for MessagePort in the main process. #24323 Added support...

dependencies

``` { "name": "react-test", "version": "0.1.0", "private": true, "homepage": "./", "main": "src/electron-starter.js", "resolutions": { "@types/react": "^16.8.6" }, "dependencies": { "electron": "^4.0.6", "react": "^16.8.3", "react-dom": "16.8.3" }, "scripts": { "start": "react-scripts-ts...

Hi, i was updating the app to the latest versions of the packages- Everything was fine until i updated the react-scripts package to the last version (2.1.3). Now running yarn...

Running Electron + react set up according to your guide [here](https://medium.freecodecamp.org/building-an-electron-application-with-create-react-app-97945861647c). I added a simple app bar from material and created a react class from the component. However the components...

I have run this project using `npm run dev`, the app ran fine, but I also got this output: > > [WARN] No ENV file found > 03:14:29 electron.1 |...