Table of Contents
Can I build mobile apps with Electron?
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. Electron actually focus on desktop cross-platform development.
What can you build with Electron?
Conclusion. Electron development is suitable for all kinds of apps. That is why Slack, Etcher, Visual Studio Code, Atom, Tusk, Skype, and many other popular apps are built with this open-source framework.
Is discord an Electron app?
Discord app is built with the Electron framework. Electron is an appealing choice among developers because, other than being open source, the framework empowers creators to build cross-platform GUI apps using web technologies they are already familiar with: HTML, JavaScript (JS), and CSS.
Why is Electron 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.
Are Electron apps responsive?
A modified browser built using Electron that helps in responsive web development.
Are electrons cross platform?
Compatible with Mac, Windows, and Linux, Electron apps build and run on three platforms.
Are Electron apps lightweight?
Electron applications consume a lot of disk space because each application is bundled with Chromium and Node. On the other hand, Tauri and Neutralinojs have surprisingly lightweight bundle sizes because those frameworks are reusing the user’s operating system’s system web browser library.
Can Electron apps run in browser?
But the client prefers that I use electronjs to develop it. But as far as I know (Correct me if I’m wrong), electronjs is for building cross-platform desktop applications ONLY which can run on any OS like Windows, Linus, Mac, etc but not on a browser via URL.