Skip to main content

4 posts tagged with "Performance"

Articles about mobile app performance optimization

View All Tags

React Native Performance Optimization

· 4 min read
Full Stack Developer
Last updated on August 18, 2023

react native performance

React Native stands out as a go-to framework for developers aiming to create high-quality cross-platform mobile applications. But, as with any framework, you may occasionally run into performance hiccups. This article will provide you with a deep dive into enhancing your React Native application’s performance, complete with code examples and step-by-step explanations.

React Native Hermes: Performance Optimization

· 5 min read
Full Stack Developer
Last updated on September 7, 2022

react native hermes

Hermes is a Javascript engine that is optimized for React Native and works for both Android and iOS. Hermes is an open source library that has been found to have potential upsides for performance in many apps such as improved start-up time, more efficient, hence reduced memory usage and a smaller app size. At the time of writing this Hermes still remains an opt-in feature and you have to make sure that the React Native version of your project is at least 0.60.4 otherwise you won’t be able to use this very resourceful library.

Compress Videos in React Native

· 4 min read
Full Stack Developer
Last updated on March 21, 2022

compress videos react native

In this article we are going to take a look at how to compress videos in React Native as well as general media, such as photos or audio content. It’s standard practice to compress the full size of raw images/videos before they are sent to be stored on the server in order to conserve storage cost, but most importantly to improve the user experience by an order of magnitude.

How to Improve Perceived Performance in Mobile Apps

· 14 min read
Full Stack Developer
Last updated on October 4, 2022

perceived performance mobile

Mobile apps must be snappy and playful. To fall in love with your mobile app, users need to perceive it as fast, responsive and bug-free. Perceived performance measures how fast a user thinks your mobile app is. Fortunately, there are several standard techniques that we can apply to our UI/UX, in order to improve the perceived performance of mobile apps significantly.