10
Mr-Myrk
4y

Electron is pure cancer.

Comments
  • 3
    @drac94 I have yet to see an Electron "program" that was well made (as in, resource efficient).
  • 1
    @Jilano they are more of a web page, that runs in a shitty non-native browser full of bloat, than a program indeed
  • 1
    @drac94 no, i made a hello world app that consumed more resources than all the software i use for my job together, im pretty sure electron is just crap
  • 0
    Well, too badly I don't have the money, time and resources to learn enough languages to build every goddamn service/application cross platform!
  • 0
    Despite having build issues when utilising react, I didn't find it too bad. Having said that, it didn't utilise that many resources so I was happy with it. Currently rolled out to 30 users and is a training program with a substantial amount of content and packaged documentation.

    Was ultimately a useful tool to get a cross platform application in a short time frame.

    OTA updates were a plus too
  • 0
    I am planning to learn electron
  • 1
    @Jilano agree but do have a look at Typora (markdown editor). We're slowly getting to the stage where some apps' potential will outweigh their RAM & drive space costs.
  • 1
    @Mr-Myrk Agreed, and more than that, it uses Chromium.

    @webketje Will take a look, thanks for the info!
  • 1
    @tekashi is electron meant for Hello World kind of app.
  • 0
    @drac94 I agree with u. Many people don't see the use case of electron. They will just use it for any platform independent app that can be done using native programming.
  • 0
    The only reason I would use Electron is if I didn't want to waste time and to avoid frustration when doing GUI.

    It's great for that, you can get something up and running almost instantly.

    Other than that, I don't like it, I don't like node.js.
  • 0
    @shiv7071007 Care to elaborate, what's a valid use case for electron? I don't think there is any.
  • 1
    I worked on a project where we have this large in terms of size and memory usage desktop application that was working only on windows. This app was build around c++ library that was compiled separately for all os. Now we look for and research many frameworks like qt, and few more. We even tried swing. But somehow all these failed to give us the result that we were expecting in terms of ui and compatability with the library. And we already have a cli in nodejs that was working well. So we choose electron (we kept it in last cause of memory consumption) and it worked well. From designing, developing, till packaging everything went well.
    Ofcourse electron has its drawback, but tell me which framework doesn't.
  • 1
    Last time when I was in project, we were facing one issue that was encryption of code on client machine as electron was not supporting source code encryption (i really want electron to have this feature) . But our client said they don't need this, so no issues for us. Btw u can search some other apps built using electron on Google.
  • 2
    @shoop

    dart is cancer.

    I'm just saying this out of ignorance and to be offensive.

    Did it work?
  • 1
    @shoop

    Hey I'm not offended if thats what you think the motivation behind the dart humor was.

    Electron IS cancer.

    See some of my posts ranting about the ecosystem surrounding it.
Add Comment