The checkbox should be grayed out.
But I want to always delete Electron Applications…
That’s why the checkbox should be grayed out, so that you can’t uncheck it.
- Yes
- Yes, and also delete Electron
- That, and also make me forget I ever even heard about Electron in the first place
Any tech college kid can write an app in common frameworks. I’ll admit llm code generators are great when they can translate electron apps to say tauri or even better to QT at reasonable cost :)
For anyone considering Electron: take a look at Tauri. It’s another way to build cross-platform apps with web tech. It will use the OS‘s web rendering engine instead of shipping Chromium which results in much smaller binaries and faster startup times and less RAM usage. You can also write native code in Rust. It’s like Electron but good.
What about Flutter? It was pretty nice to work with
The reason people use Electron in the first place is that they wanna share a codebase between web, desktop and possibly mobile.
While Flutter can technically do that, the web apps it outputs are atrocious with poor usability and accessibility. It’s drawing the whole UI on a canvas element which causes all kinds of issues.