|
|
|
|
|
by randomtwiddler
1470 days ago
|
|
The "browsers aren't operating systems" ship has sailed long ago, exhibit a: electron apps. Think of it this way. When feature parity of browser sandbox closes on everything a desktop app might want, you no longer need to build with electron but can simply ship 5-15MB of js+css and use the stock browser instead. Similar on mobile. Which will result in:
Smaller downloads.
Lower memory footprint.
Faster launch. |
|