• leisesprecher@feddit.org
    link
    fedilink
    arrow-up
    18
    ·
    8 hours ago

    I’m still convinced Electron only exists because there’s a huge surplus of mediocre web devs.

    Electron solves hardly any problem that QT, GTK or all those other UI frameworks didn’t already solve 20 years ago. But for QT you need at least a few developers with passing knowledge of something other than js and css. And those guys are expensive.

    OR, it is a huge conspiracy by Micron et al to increase demand for memory modules.

    • Farid@startrek.website
      link
      fedilink
      arrow-up
      5
      arrow-down
      1
      ·
      6 hours ago

      If you’re talking about an app that exist solely as Electron, then you might be right. But the primary benefit of Electron is that you can distribute your already existing webapp as a downloadable app, which reduces the amount of maintenance significantly.
      Also, when it comes to UI diversity and customization, nothing beats HTML+CSS.

      And as you mentioned, there’s a looot of webdevs. Electron empowers those people to easily create applications. Which they did, they created many useful apps. An application that isn’t perfect resource usage-wise is often much better than no application at all.

      Think of Minecraft. Java is arguably the worst language to use for a chunk-based 3D game. But it’s still better than no Minecraft at all.