61

WHY THE FUCK IS MORE AND MORE APPS BUILT WITH ELECTRON. AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA.

FUCK.

Comments
  • 34
    Because it’s easy.
    Because it’s an online app anyways.
    Because it doesn’t need to be natively specialized.
    Because it’s cheaper to develop cross platform.
    Because despite al of it’s shortcomings, it’s most of the time, still a better candidate to develop cross-platform.
  • 14
    @bagfox is right. It's because people are lazy. Also, the average user doesn't know the differne and is just wondering why its PC is getting slower by the day. There's probably a post on Facebook explaining that, though...
  • 2
    Guess I should google about wtf is Electron. Guess it is some thing like Flutter
  • 6
    @PurgeXenos Sort of, except you almost certainly run one, probably multiple Electron apps on your computer, and it packs node and chromium into a neat little package with a ridiculous performance cost.
  • 1
    @Jilano it's not about being lazy, it's about costs
  • 0
    Yeah, it would be nice to see more Neutralinojs ones, more Flutter and such.
  • 3
    and im just over here: nw.js is fine too.
  • 0
    I mean it's Electron or Silverlight/Xamrin Forms if you want cross compatibility. WPF if you're focused on Windows Desktop only.

    And all of those require XAML for UI styling which have very few debugging tools (data binding is still a runtime error and is easily caused by spelling mistakes)

    At least HTML has Emmet snippets to make the process of writing them easier which XAML doesn't have.
  • 4
    Well firefox, while not built in electron is built using html and javascript and has always been since its debut 2002 and it was Firefox that broke microsofts control over the browser market.

    Electron is using the same technology, just with chromium instead of the Gecko engine used by Firefox.

    https://en.m.wikipedia.org/wiki/...

    And while chromium might use memory, its still mostly the developers skills that determine the result.
  • 2
    @Voxera TBH I never tried writing an Electron app myself, so it's entirely possible that the shit performance comes from the mentality endorsed by low time-to-market and entry barrier.
  • 2
    Nw.js is way better. One of the real advantages I see electron apps have over other means is that they have made it easy to ship and (auto) update.
  • 2
    @hjk101 Which for many if not most small team apps is a very big advantage.

    Sure, performance is good, but if you fail to get your app out there its not going to go somewhere.

    Once you have users complaining about performance you at least have users :P
  • 1
    Electron is basically a chromium web browser, but it runs a single website. It obviously cannot justify its memory footprint compared to Chrome. Hope something better comes along.
  • 1
    Electron isn't even that bad by itself, but when people think it's okay to build websites with loading screens and fat animation frameworks then of course the same thing without latency will still be shite.

    Build a lightweight, usable UI and maybe even run the heavy lifting in a natively compiled language and it won't take 5 fucking seconds to start.
  • 1
    Oh, the real horror is right here: https://github.com/felixrieseberg/...
  • 1
    @Makenshi This.. is... wrong :D Even the developer is apologising. You can run Doom on it
  • 0
    Because apparently CS degrees primarily teach JS and fuck all else these days.
  • 1
    Same reason Kodak never capitalized on the invention of their digital camera. They thought the market would desire quality, instead the marked demanded convenience.
  • 1
    When Flutter for web is ready it’s going to kick ass. Flutter will cover mobile, desktop and web.
  • 1
    @daeda google will abandon it like everything else.
  • 2
    I dont know how make an GUI ... Electron app is there for you
  • 2
    Electron may come at a massive performance cost, but I still think it’s worth it.

    First of all, computers are getting increasingly and exponentially powerful all the time, so the extra performance is easy to negate

    Second of all, and this is the big one, electron apps were and are a gigantic boost to the Linux app ecosystem. Without electron, most devs wouldn’t bother to make a Linux client. I, for one, would still be using windows if apps like vscode and Spotify were only available on windows. The Linux app ecosystem would be much shittier if not for Electron
  • 0
    @HiFiWiFiSciFi I see guys studying Assembly and Delphi on the first year
    They complain about how they want something more abstract
    ---
    My course is primarily in C/C++/Java
    I will see web apps only on my last year in uni :)
  • 0
    I do not understand either why electron is so popular, even though I like vscode. Anyway, I came from c++ and Qt is for me the more polished and sophisticated solution for Desktop apps.
  • 1
    There always blazor if you prefer .net
  • 0
    SPARTAAAAAAAA!!
  • 1
    @Wisecrack i used an engine that buolt aps with nw.js - the performamce was kinda rad. thinking about learning nw itself
  • 0
    Because it is faster to launch to the production?
Add Comment