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 3
Solving Common Navigation Issues Using Native Modules
Content Locked
Section 2
Solving Complex Navigation Patterns with Redux and React Navigation
In this video, you will learn how to use Redux and React Navigation. - Understand what Redux is - Understand the example