

773: React Native with Robin Heinze
28 snips May 24, 2024
In a delightful chat, Robin Heinze, Director of Engineering at Infinite Red, shares insights on the magic of React Native. He highlights how it stands apart from webview platforms like Cordova, enabling developers to write code once and deploy it across iOS and Android. Robin showcases notable apps like Mercari, discusses the powerful features of Expo, and explains the new architecture's impact on performance. Expect colorful anecdotes about navigating technical frustrations and even a quirky sock subscription service!
AI Snips
Chapters
Transcript
Episode notes
React Native's Native Nature
- React Native renders native UI views, not web views like Cordova.
- This creates a native user experience, unlike webview-based solutions.
Benefits of React Native
- React Native allows for faster development and maintenance with smaller teams.
- It also enables component and logic sharing between mobile and web apps.
Mercari's Success with React Native
- Mercari, a popular buying and selling app, successfully transitioned from native to React Native.
- This rewrite improved performance while maintaining their five-star rating.