React Native Jul 8, 2022

Hermes Engine Becomes React Native Default

Article Summary

React Native just made a massive default change that could speed up your app launches and shrink your bundle size. Here's what the benchmarks show.

Meta announced that Hermes is now the default JavaScript engine for React Native 0.70+. Unlike traditional JS engines, Hermes compiles JavaScript to bytecode ahead of time, optimizing for faster startup, smaller app size, and lower memory usage on resource-constrained devices.

Key Takeaways

Critical Insight

React Native 0.70 ships with Hermes as default, bringing ahead-of-time bytecode compilation to improve startup performance and reduce app size without forcing migration.

The team solved a long-standing ABI compatibility problem that's been causing headaches with every new React Native release.

Recent from React Native

Related Articles