Hacker News new | ask | show | jobs
by nikwen 23 days ago
Electron maintainer here. Electron is performant if the app developer writes good code. It's slow if someone writes bad code. That's the same if you use Apple's native APIs.

The big advantage of Electron is that it takes so much less effort to write an application and bring it to all operating systems. Thus, we get applications that would not have been developed if Electron did not exist.

1 comments

Interesting take. Yes this is very important in many go to market plans to be able to deploy on multiple operating systems without hiring new people that are experts in each one, or spending a lot of time on different deployments.