Book Image

Troubleshooting and Supercharging React Native [Video]

By : Atul Sandilya Tiwari
Book Image

Troubleshooting and Supercharging React Native [Video]

By: Atul Sandilya Tiwari

Overview of this book

React Native bridges the gap between JS, Android, and iOS. But, you often get stuck debugging common issues and wasting your creative and productive capacity for the day. Jump into this course and learn the best way to solve them! In this course, you’ll learn how to find memory leaks and cease unwanted applications in the background. You’ll reduce the CPU usage of your application. You’ll optimize APIs and third-party libraries to minimize the size of your application. Most developers complain about performance issues while implementing navigation components, so you’ll learn how to solve them once and for all. Finally, you’ll minimize your application's launch time and improve its overall performance. At the end of the course, you’ll supercharge your productivity in React Native, by spending less time debugging and more time coding. The code bundle for this video course is available at - https://github.com/PacktPublishing/Troubleshooting-and-Supercharging-React-Native-V
Table of Contents (5 chapters)
Chapter 4
UI Performance Optimizations
Content Locked
Section 2
React Performance Considerations That Will Speed Up Your App
In this video, you will learn how to reduce image size, how to avoid inline CSS, and how to use react pure component and native dependency optimization. - Understand the use of react-native-cached-image library - Learn inline CSS, unused parameters, and variables - Learn how to use react pure component and native dependency optimization