Hermes: The Engine of Choice
Hermes is optimized for mobile. In Bridgeless mode, Hermes implements the JSI directly.
Why Hermes?
- Bytecode Pre-compilation: Faster startup.
- Low Memory Footprint: Crucial for low-end devices.
- Garbage Collection: Optimized for mobile UI threads.
We'll look at how Hermes interacts with the C++ runtime to manage memory shared between JS and Native.