How Callstack tackles App Size in mobile performance

Clear Filters

Showing 4 of 4 articles (Page 1 of 1)

React Native's default JavaScript engine, Hermes, compiles JS to bytecode and applies dead code elimination automatically, making a separate minification step redundant. The article explains how Hermes delivers...

Expo Atlas provides an X-ray into React Native app bundles, helping developers understand dependency sizes, module relationships, and optimize bundle size for better performance.

Explores code splitting techniques to reduce initial bundle size and improve app startup performance in React Native.

Explores integrating the Hermes JavaScript engine into React Native iOS apps to improve performance and reduce app size.

Loading articles...