top | item 45565157

(no title)

isolatedsystem | 4 months ago

Yes. I'm over the hatred for Electron too. Programmers have few options if they want cross-platform compatibility without Electron. What else are they going to use? QT? Please, give me a break. Some angelic developers like the KeepassXC guys still use QT, but that is a tough road to go down on. For the rest of them, Electron Or Bust I'm afraid.

discuss

order

bigstrat2003|4 months ago

I would unironically rather have nothing than an Electron app in most cases. They are that bad. And in this case the app doesn't even add anything of value. Literally any email application will let you do the same thing.

wiseowise|4 months ago

> I would unironically rather have nothing than an Electron app in most cases.

So let me understand something: you obviously have a free will to not use something, but you would prefer something TO NOT exist and NOT solve problems for users, because you hate the technology so much?

dymk|4 months ago

What is that bad about them?

dima55|4 months ago

There are multiple cross-platform gui toolkits. What's wrong with QT?

fragmede|4 months ago

Using QT is complex for commerical products.

wiseowise|4 months ago

> Using C++ for frontend (no, QML does not help)

> Licensing costs

> Atrocious DX

> Still non-native UI

No problem at all.

ozgrakkurt|4 months ago

Why do they even need an app if they use electron?

Even discord is basically the same thing in the browser

JodieBenitez|4 months ago

Tauri or similar webview integrations ? Even though it is based on the OS’s native web renderer, so prone to break.

throawayonthe|4 months ago

tauri sucks on linux right now because there isn't a good "system webview" available

hoping servo makes it better

echelon|4 months ago

Tauri needs to bite the bullet and bundle Chromium.

justmarc|4 months ago

Flutter is a pretty good alternative.

wiseowise|4 months ago

Even worse performance on Web and Desktop, very good indeed.