5 ms·
I mainly use mac apps, so I couldn't tell. Is it really that bad?
by jayzer01 3mo ago
I mainly use mac apps, so I couldn't tell. Is it really that bad?
- beyer 2mo agoNope, it really is not.
- jayzer01 2mo agoI didn't think it was so bad either. I guess it is all a matter of perspective.
- nikwen 2mo agoElectron 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.
- jayzer01 2mo agoInteresting 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.