Electron 11.0 released with support for Apple Silicon
electronjs.org
Electron 11.0 released with support for Apple Silicon
1–10 of 224 posts
Re: Electron 11.0 released with support for Apple Silicon
#2Re: Electron 11.0 released with support for Apple Silicon
#3Re: Electron 11.0 released with support for Apple Silicon
#4Couldn't the new Macs run React Native ... natively, by the way of Xcode, instead of running React inside an electron housing?
The processor architecture is less of a barrier than the application framework it’s built on (i.e. Cocoa)
(I haven’t used this, but I have used React Native on mobile and web)
Re: Electron 11.0 released with support for Apple Silicon
#5> In the future, we will release a package that allows you to "merge" your arm64 and x64 apps into a single universal binary, but it's worth noting that this binary would be huge and probably isn't ideal for shipping to users.
It seems like things are going to get a bit confusing with Electron apps, and with the number of Electron apps that exist, this transition might not be as transparent as Apple might have hoped.
Re: Electron 11.0 released with support for Apple Silicon
#6Re: Electron 11.0 released with support for Apple Silicon
#7Re: Electron 11.0 released with support for Apple Silicon
#8I hope the new M1 Macs stay cool to the touch when running electron apps still. They should now that this runs natively.
Re: Electron 11.0 released with support for Apple Silicon
#9i don't recall such support when msft was launching arm based laptops. does anyone have insight to why this is so? is it a case of apple developer relations doing an outstanding job engaging with the community?
Re: Electron 11.0 released with support for Apple Silicon
#10Couldn't the new Macs run React Native ... natively, by the way of Xcode, instead of running React inside an electron housing?
Yes, but so could x86 Macs: https://github.com/microsoft/react-native-macos The processor architecture is less of a barrier than the application framework it’s built on (i.e. Cocoa) (I haven’t used this, but I have used React Native on mobile and web)