Electron is a framework based on Node.js and Chromium that is used to write desktop applications using JavaScript, HTML and CSS. If we want to work together with React and Electron then we need to set up React with ‘create-react-app’ and Electron. But my main concern is to use ‘.jsx’ or react component in Electron […]