Shopify Nov 24, 2022

Measuring React Native Rendering Times

Article Summary

Shopify went all-in on React Native, but had one critical question: Is it actually as fast as native? They needed proof, not assumptions.

When Shopify committed to React Native across all mobile apps, they built an open-source performance library to measure what matters: Time To Interactive (TTI). Senior Production Engineer Elvira Burchik explains how they track rendering times end-to-end, including bridge communication delays.

Key Takeaways

Critical Insight

The @shopify/react-native-performance library gives teams concrete TTI metrics to prove React Native performance matches native apps and catch regressions before users notice.

The library catches a critical user frustration signal that most performance tools miss entirely.

Recent from Shopify

Related Articles