@RyukoRazz This is exactly how I feel about it as well. Every year or so I re-evaluate my UI options (in both JS and Rust) and every time the answer is the same: all of it is a shitshow, just to varying degrees.
If the people who so loudly complain about Electron proliferation were to put just 5% of that effort into actually addressing the UI problems that are driving people towards Electron to begin with...
@wakingrufus unfortunately this would require me to switch over to Java which is highly undesirable for me as I'd have to find all new libraries for things and Yada yada
@RyukoRazz
Yeah, on an individual level, learning a whole new ecosystem is a high barrier. But for organizations that already have a native android app, like, i dont know, signal, for example, and you want add a desktop app, i think it would certainly make more sense to use javafx over electron.
@joepie91
@RyukoRazz
I think #JavaFX is highly underrated and overlooked. With jlink+jpackage you get platform native installers with bundled jdk. Performance/resource usage not as good as native, but way better than electron. No native DE integration, but other then that, has everything you need and has pretty good usability