Book Image

React Native: Tips, Tricks, and Techniques [Video]

By : Pavlos Vinieratos
Book Image

React Native: Tips, Tricks, and Techniques [Video]

By: Pavlos Vinieratos

Overview of this book

Mobile application development has seen a bit of a surge lately with the advent of multi-platform frameworks like React Native. This course helps to provide you with valuable tips and tricks to help make your development process easier, and less tedious. You will find tips about reusable logic with Higher Order Components, tips for better upgrading, tips on styling and separation of concerns. You will be getting some useful & cool tips on using tools for faster React Native development, such as reactotron, react-native-debugger and making your own logger for debugging and analytics. Finally, some tips and useful scripts you can use, and a nice way to use feature flags for your application. By the end of this course, you would have added useful skills to your arsenal, a plethora of valuable tips and tricks to make your development process with React Native more effective and efficient. The code bundle for this video course is available at - https://github.com/PacktPublishing/React-Native-Tips-Tricks-and-Techniques
Table of Contents (5 chapters)
Chapter 1
Tips for Improving Component Reusability
Content Locked
Section 4
When to Use a Class, a Pure or a Functional Component?
The aim of this video is to explain what a regular and a pure component is? What a class and a function component is? How do they correlate? - Understand the difference between Regular-Pure/Memo and Class-Functional. - Understand when to use Class and Functional components. - Understand when to use Pure/Memo components.