• @fixmycode@feddit.cl
    link
    fedilink
    -11 day ago

    they need to offer a better alternative to Electron. once that happens, you’ll have Firefox everywhere. People will code their SPAs to run in Firefox first, recommend it to their users, and accelerate the development of better APIs.

    • @Vincent@feddit.nl
      link
      fedilink
      10
      edit-2
      1 day ago

      Ah, so it should just be better! I wonder why nobody thought of that yet :P

      (Sorry, I’m in a sarcastic mood, but you get my point.)

      • @fixmycode@feddit.cl
        link
        fedilink
        21 day ago

        oh don’t get me wrong if I had a plan for it I’d be doing it. I’ve always found it really weird given the impact that Electron had in app development, why Firefox never tried to ride that train. I know of one short lived effort to take the engine out of the browser.

        • @Vincent@feddit.nl
          link
          fedilink
          41 day ago

          Usually the answer is limited resources with unclear payoff, i.e. even with Electron’s success, it’s not clear that there’s room for an alternative in the market, and it’d be a lot of effort to do.

              • im sorry i broke the code
                link
                fedilink
                1
                edit-2
                3 hours ago

                Tauri v2 just got released, it’s very recent and corps move slowly; besides, rewriting a project in a different framework is a major undertaking, it would be a bad idea to rewrite a major project in Tauri, which is still not as widespread. I’m unfortunate enough to have to work with Electron and Tauri greatly improves on everything that is wrong with Electron. I have no doubt that companies will begin adopt it in the following years (or a similar tool, the underlying architecture is solid).

    • @threeganzi@sh.itjust.works
      link
      fedilink
      220 hours ago

      Check out Tauri, a better alternative to Electron. It avoids bundling a browser engine in the binary and relies on the OS browser engine.