Live data from Hacker News

Electron 11.0 released with support for Apple Silicon

electronjs.org

1–10 of 224 posts

Re: Electron 11.0 released with support for Apple Silicon

#4
post #3

Couldn'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)

Re: Electron 11.0 released with support for Apple Silicon

#5
From their blog post about Apple Silicon[1]

> 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.

[1] https://www.electronjs.org/blog/apple-silicon

Re: Electron 11.0 released with support for Apple Silicon

#9

i 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?

Because developers use Mac, and they’re doing a complete transition. Majority of Windows installations are still on x86.

Re: Electron 11.0 released with support for Apple Silicon

#10
post #3

Couldn'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)

Using Catalyst is another option: https://github.com/react-native-community/discussions-and-pr...
Post reply on HN