Table of Contents
Why is Electron app bad?
Developers might like that, and it would be one less job to do, but Electron just isn’t good enough. “[Electron] consumes a high amount of RAM, and requires an expansive amount of storage, which makes it a poor choice for iOS apps that need to be fast, lightweight, and place minimal pressure on RAM,” says McGee.
Can you use Electron to build mobile apps?
The powerful thing about combining Electron with Cordova is that now you can take the same codebase and build for mobile platforms such as Android.
Why do so many apps use Electron?
Applications built with Electron can take up more storage and RAM, and can run slower than a similar app built with technologies native to the operating system. Some alternatives have been written to use a browser built into the operating system instead of bundling Chromium.
Is Electron still popular?
Electron is fairly popular: Used by various major messaging platforms including Slack, Signal, Discord, Skype and WhatsApp. Two leading code editors VS Code and Atom. 579 apps listed on the site at the moment Electron Apps | Electron.
Are Electron apps good?
Electron is good for app development industry. Electron JS happens to be a framework for cross platform app development. In case you are linked to web development, you must be aware of what is meant by cross-platform.
Can I make Android apps with Electron?
Use the Same Codebase for Android Application The powerful thing about combining Electron with Cordova is that now you can take the same codebase and build for mobile platforms such as Android.
Is Electron good in 2021?
Overall, if you want to use JavaScript everywhere, and don’t care much about performance or security, Electron is a pretty good choice. However, if you have any performance considerations, need mobile support, or want optimal security, you probably will not want to use Electron.
Is electron JS good for app development industry?
Electron is good for app development industry. Electron JS happens to be a framework for cross platform app development. In case you are linked to web development, you must be aware of what is meant by cross-platform.
Is electron a good thing or a bad thing?
It’s a good thing, mostly. Electron awakens developers to a new way of thinking. The most common is for web developers to recognize that their skills can be re-used in desktop development. There are caveats to this, but it inspires people to think about new possibilities…. i.e. the seed of innovation.
Is electron the future of the software industry?
It provides an option for writing desktop apps in JS, but Electron is nowhere close to becoming dominant. It’s not going to substantially influence the software industry one way or the other. Java and C++ will remain important options. I suppose some app developers like it because it makes it easier to use web technologies to make desktop apps.
Why is electron not used for making desktop applications?
E lectron is not for making “Desktop” applications. It is a framework geared towards cross-platform applications. AKA, mobile, desktop …anything. It utilizes JavaScript programming language because JavaScript works on pretty much anything. Electron has been around for a few years.