Electron basically just gives you a window management API and a few bells and whistles here and there. There’s not much to learn . That being said, you would need a fair amount of NodeJS skills (for doing what web apps in the browser can’t) and a good bit of front-end development skills (for the UI).
Read moreIs electron JS still used?
Electron made and continues to make writing cross-platform desktop apps easy . The apps you build using it are written entirely in HTML, CSS, JS, and a related ecosystem of tools. It is officially maintained by Github but has a very active community behind it.
Read moreWhat is cross-platform desktop app?
Cross-platform solutions use different approaches to render a desktop app on many platforms, including the Cross-Compilation approach, Virtual Machine approach, and Web-Based approach .
Read moreWhich platform is best for desktop application development?
The Universal Windows Platform is one of the biggest changes to come to . NET and the ability to do custom desktop applications and cross-platform applications. The creation of UWP in Windows 10 is one of the best reasons that . NET is one of the best cross-platform desktop frameworks.
Read moreIs electron JS good for desktop apps?
With an improved runtime and great integration with JavaScript and Node. js, Electron JS makes both designing desktop apps and maintaining them on cross platforms easier and better .
Read moreIs Python good for desktop application?
Yes,it is a good idea to develop a desktop GUI in python because there are various good libraries of GUI tools, using the Tk toolkit. As well as there are various built in widgets, easy window creation, simple event handling methods and drawing methods.
Read more