Session Spotlight
The Performance Myths of React Native apps
Tuesday, January 30, 2024 - 10:00 PM UTC, for 1 hour.
Regular, 60 minute presentation
Room: Campsite 1
We often hear that React Native can hinder your performance as it's not "pure native development." Several myths tied to performance can prevent developers from using it for production apps. In this talk, I'll bust all those myths and use practical examples to discuss the performance of these real-world apps. Performance related to smooth scrolling, transitions, and using heavy native features such as camera, etc., will be covered in this talk, and we will compare how React Native performs and what we can do about it. Topics such as whether we should go pure native dev if we are using the phone's hardware, smooth scrolling, transitions, etc., will be covered in this talk. I'll be using those real-world examples I architected and comparing that to react native.
Take Aways
- How to make mobile apps performant
- Myths and how to bust them in react native
- what is performance in mobile apps?