DEV Community

Discussion on: How to make your Electron app faster 🚀⚡

Collapse
 
andrewbrown profile image
Andrew Brown 🇨🇦

Now the question is how we make our Electron apps smaller 😂

Collapse
 
c0d3gems profile image
Cosmin Aruxandei

I think you cannot make Electron apps smaller unless you're not using Electron anymore. I am thinking there should be a possibility on creating an installable PWA that only needs internet connection in order to install and that's it. Just a thought. Haven't done it, but I think it's possible [with some workarounds].

Collapse
 
hasnaindev profile image
Muhammad Hasnain

Since, it bundles Chromium and V8 engine with your app, you cannot reduce its size.

Collapse
 
narven profile image
Pedro Luz

use Tauri

tauri.studio