fable-compiler / fable-react-native

Fable bindings and helpers for React Native projects
Apache License 2.0
49 stars 11 forks source link

Is the new Hermes AOT JS Compiler from Facebook useful or applicable for fable-react-native on android? #53

Open baronfel opened 5 years ago

baronfel commented 5 years ago

https://facebook.github.io/react-native/docs/hermes/ https://hermesengine.dev/

Basically typical AOT benefits and drawbacks to be had:

alfonsogarciacaro commented 5 years ago

I think we're not using any of the features listed as not supported (we do use some of the things listed in "In progress" but they can be transpiled to "old" JS), so I guess Hermes should be compatible with Fable. I haven't tried yet but I assume it can be introduced into the build pipeline normally after Fable compilation.