Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
baronfel opened this issue Jul 12, 2019 · 1 comment

Comments

@baronfel
Copy link

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

Basically typical AOT benefits and drawbacks to be had:

  • faster startup
  • larger bundle size
  • no JIT
  • some JS features not supported
@alfonsogarciacaro
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants