Tuesday, 16 July, 2019 UTC


Summary

Facebook has built a JavaScript engine, called Hermes, that improves the performance of React Native applications on Android devices. While the open-source engine is optimized for React Native today, it could be used to improve the performance of JavaScript-based mobile applications generally. 
Specifically, Hermes is geared to fast startup, leveraging compact bytecode and ahead-of-time static optimization. In many cases, enabling Hermes will improve startup time, decrease memory usage, and result in smaller app size.
[ Using Visual Studio Code? Don’t miss these 10 Visual Studio Code extensions for every developer. • Learn what’s new in the latest version of Visual Studio Code. | Keep up with hot topics in programming with InfoWorld’s App Dev Report newsletter. ]
Hermes currently is an opt-in feature in React Native. Most of Facebook’s React Native products on Android are already using Hermes, including Crisis Response and the Oculus companion app.
To read this article in full, please click here