Web Apps on macOS Sonoma 14 Beta
blog.tomayac.com
Web Apps on macOS Sonoma 14 Beta
1–10 of 139 posts
Re: Web Apps on macOS Sonoma 14 Beta
#2Electron apps like Discord, Slack, etc. don't seem to gain any benefit from being wrapped in Electron anymore. Have one codebase, one app, that works everywhere and can now even be "installed" with Safari.
Re: Web Apps on macOS Sonoma 14 Beta
#3The slow death of Electron & Co? Electron apps like Discord, Slack, etc. don't seem to gain any benefit from being wrapped in Electron anymore. Have one codebase, one app, that works everywhere and can now even be "installed" with Safari.
Electron still has a lot going for it if you need access to system APIs or you want it to be cross platform.
Re: Web Apps on macOS Sonoma 14 Beta
#4The slow death of Electron & Co? Electron apps like Discord, Slack, etc. don't seem to gain any benefit from being wrapped in Electron anymore. Have one codebase, one app, that works everywhere and can now even be "installed" with Safari.
You're probably right with regard to Slack, Discord. However, some Electron apps require access to the filesystem or other APIs that these installed web pages wont't support (as far as I know). FS access is listed as a wishlist item in the article. Electron still has a lot going for it if you need access to system APIs or you want it to be cross platform.
Actually that might be a security nightmare
Re: Web Apps on macOS Sonoma 14 Beta
#5The slow death of Electron & Co? Electron apps like Discord, Slack, etc. don't seem to gain any benefit from being wrapped in Electron anymore. Have one codebase, one app, that works everywhere and can now even be "installed" with Safari.
We keep having this idea since MSHTML and XUL,and thankfully it eventually goes out of fashion.
I already have a browser, an OS Web widgets, no need to package a browser with the application other than laziness.
Everyone shipping Electron is yet another ChromeOS advocate.
Re: Web Apps on macOS Sonoma 14 Beta
#6Re: Web Apps on macOS Sonoma 14 Beta
#7Re: Web Apps on macOS Sonoma 14 Beta
#8Earlier quoted context omitted.
You're probably right with regard to Slack, Discord. However, some Electron apps require access to the filesystem or other APIs that these installed web pages wont't support (as far as I know). FS access is listed as a wishlist item in the article. Electron still has a lot going for it if you need access to system APIs or you want it to be cross platform.
Why don't apps that require additional access write a "runtime" daemon their website can connect to? Actually that might be a security nightmare
https://help.figma.com/hc/en-us/articles/360039956894-Access...
Re: Web Apps on macOS Sonoma 14 Beta
#9Re: Web Apps on macOS Sonoma 14 Beta
#10The slow death of Electron & Co? Electron apps like Discord, Slack, etc. don't seem to gain any benefit from being wrapped in Electron anymore. Have one codebase, one app, that works everywhere and can now even be "installed" with Safari.
One can only hope. We keep having this idea since MSHTML and XUL,and thankfully it eventually goes out of fashion. I already have a browser, an OS Web widgets, no need to package a browser with the application other than laziness. Everyone shipping Electron is yet another ChromeOS advocate.