The worst part about electron is that there is no way for it to share resources like a browser. You have to oacjage the whole version together, when really should should have been more like a pwa. Instead you have 10 electron instances, running with 10x the respurce needs.
The worst part about electron is that there is no way for it to share resources like a browser. You have to oacjage the whole version together, when really should should have been more like a pwa. Instead you have 10 electron instances, running with 10x the respurce needs.
that’s why you just skip the middleman and run it in your browser instead.