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.

Electron require() is not defined

I'm creating an Electron app for my own purpose. My problem is when I'm using node functions inside my HTML …

javascript html node.js electron
Atom Electron - Close the window with javascript

I'm using Electron (formerly atom-shell) and would like to have a minimalist frame window so that the three OSX window …

javascript electron
Typescript + React/Redux: Property "XXX" does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes

I'm working on a project with Typescript, React and Redux (all running in Electron), and I've run into a problem …

reactjs typescript redux electron jsx
Uncaught Error: Cannot find module 'jquery'

I am using Electron to make a desktop app. In my app I am loading a an external site (outside …

javascript jquery node.js atom-editor electron
How to access DOM elements in electron?

I am trying to add functionality to a button in index.html file is as follows: I have a button …

javascript dom electron
Play sound in Angular 4

I'm working on an Electron app with Angular 4. I want to play sound on some specific action. Is there any …

javascript angular audio electron
How to clear the cache data in Electron(atom shell)?

I want to clear cache data in Electron(atom-shell). I don't find any api like gui.App.clearCache()(node-webkit api …

node.js node-webkit electron
How to persist data in an Electron app?

I've been scouring the Electron documentation to try and figure out how to persist data in an Electron app. For …

electron
Can you use React Native to create a desktop application?

I'm making a desktop application with create-react-app and Electron. It needs to run on Mac, Windows and Linux. I also …

reactjs react-native electron universal
Passing Data to Windows in Electron

I'm learning Electron and working with multiple windows and IPC. In my main script I have the following: var storeWindow = …

electron