Top "Electron" questions

Electron (formerly Atom Shell) is a framework created by GitHub that lets you write cross-platform desktop applications using HTML, CSS and JavaScript.

How to use preload.js properly in Electron

I'm trying to use Node modules (in this example, fs) in my renderer processes, like this: // main_window.js const …

javascript node.js electron
Bundle error using webpack for Electron application `Cannot resolve module 'electron'`

I am trying to create an Electron application with React. I use Webpack to compile the React JSX syntax, but …

node.js reactjs webpack electron
bundling precompiled binary into electron app

Is there a good solution on how to include third party pre compiled binaries like imagemagick into an electron app? …

node.js imagemagick electron
mobx - Leading decorators must be attached to a class declaration

I want to use the MobX decorators, but when I try to run my code, I get the following error …

reactjs electron mobx
Error: The specified module could not be found

I'm trying to use edge.js to execute some .NET code to print on windows in an Electron app. I've …

node.js electron node-gyp edgejs
How can I add a custom chrome extension to my Electron app?

I am facing some trouble adding chrome addons into my Electron BrowserWindow. Before creating my window (and after the ready …

javascript google-chrome-extension electron add-on
How to change app icon using electron-builder

I changed my app icon and for some reason I can not update the icon (currently has the icon of …

build icons electron electron-builder
Electron shows white screen when built

I'm learning electron and I've made an electron app that read and create files. When I start the application with "…

javascript json electron electron-builder electron-packager
How to debug electron production binaries

I can't open devtools in the built version of my electron app. Therefore i want to find another solution to …

electron
Performance-wise: Is a WPF application better than an Electron one coded wisely?

Recently, I have been reading about Electron and I got curious about its potential when compared to something already established …

javascript c# node.js wpf electron