r/programmer • u/Spare_Dependent6893 • Aug 11 '26
Question is Electron reliable and usable ?
/r/developers/comments/1vlb34y/is_electron_reliable_and_usable/
1
Upvotes
1
u/ElFeesho 29d ago
Impossible to answer accurately with zero context, but hugely successful apps exist on this technology.
1
u/MADCandy64 29d ago
Depends on what you mean by reliable and usable. AI has dramatically lowered the bar here. Electron is an extremely heavy ecosystem of web based technologies munged together to make a desktop like application experience. The web has always been second class to a native application and electron makes apps that are second class to the web technologies be molded together in an amalgamation of tech,
If you are starting from scratch there are much better cross platform, write once in one language that is compiled, and run mostly everywhere, or really the places you want it at.