and it also runs like shit too.
Comment on A fresh install of Signal takes up 410MB, blowing both Firefox and Chromium out of the water
irotsoma@lemmy.world 5 months ago
Yeah, I’ve been having a lot of issues with Electron which is basically a browser emulator. It has gotten huge, so applications using it have gotten out of control in size. I get that it’s a quick way to build a cross platform application, but there really needs to either be a better way to distribute it that is more modular, or people need to start building on better cross platform front-end systems.
KillingTimeItself@lemmy.dbzer0.com 5 months ago
alyth@lemmy.world 5 months ago
i am doing a full system upgrade and something wants to build chromium from source. i let it run in the background and cloning the repository alone has downloaded 33GB wtf 😭 Image
irotsoma@lemmy.world 5 months ago
Yeah, I had to move away from Arch Linux because lots of apps you have to build and Electron was one of the biggest culprits for using tons of disk space and time because it builds Chromium in its entirety from source. Electron is a great way to shift the cost of cross platform development from you to your customers.