Updated Electron alternatives (markdown)

Dimitri Witkowski 2021-03-20 16:37:14 +01:00
parent 3aaf4f96e7
commit 2f4737fb99
1 changed files with 2 additions and 0 deletions

@ -62,6 +62,8 @@ In terms of development effort, rewriting the app in Qt is equal to full re-crea
Switching to a WebView-based solution would need some work on app stability and implementation of missing features, but it has big wins in filesystem space and consumes 35% less memory. WebView feature support is however not great and it will also add limitations on our operating system coverage because we're using latest web technologies, such as WebAssembly and WebCrypto.
Apart from this, there's some stigma around Electron. People are complaining about memory-hungry apps while attributing their high resource usage to Electron. Sometimes they don't know that a certain app is built on Electron even they're happily using it (for example, VSCode). Stupid as it is, all this gives us a bit of negative reputation and complaints about memory usage should be taken with a grain of salt.
### Related
[Why Slack switched to Electron](https://slack.engineering/building-hybrid-applications-with-electron/)