• 0x01@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    Nah electron is an excellent technology, v8 is a remarkable engine. Maybe something like tauri will unseat it eventually but the ability to spin up a new product in relatively short order is good for everyone. Ram and disk usage are higher than they would be with a native app but velocity is unparalleled

      • 0x01@lemmy.ml
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        Imo velocity and user experience aren’t mutually exclusive, as a developer I can respond to user requests way faster with web technologies.

        As a consumer vscode is a perfect example of why the ecosystem has value, are there other products that fill the same roles? Absolutely, but if you were around for the transition from bloodshed, codeblocks, eclipse and the like to sublime and vscode and other more modern editors you should remember how gamechanging the positive feedback loop of velocity achieved for the dev community in the form of user experience.

          • 9point6@lemmy.world
            link
            fedilink
            arrow-up
            1
            ·
            2 months ago

            A modern text editor with language servers running absolutely will take up 1GB+, I know I can easily get neovim to go past that with typescript projects.

  • FrostyPolicy@suppo.fi
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    If developers want to make a desktop application they should use proper cross platform desktop frameworks like QT or GTK or even JavaFX instead of a webpage disguised as an application.