Category: Disadvantages

  • Cross Platform Builds, Really?

    Yes its true. You will have to make your app cross platform. It won’t become cross platform on its own. If your app has native dependencies, it can be compiled only on the target platform. For example macOS code Signing works only on MacOS.

  • Code Protection

    Who will not like their code to be safe and by safe I mean ‘not getting stolen’. The files aren’t encrypted which means that anyone can get a working copy of the code.

  • Size Matters

    As you all know that Electron Apps run on Chromium, this means that each and every Electron App comes with its own version of Chromium. More worse Chromium is made of 20 million lines of code which is nearly the size of a whole Operating System! So it is like installing a whole Operating System on top…