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 2
Useful Techniques for Improving HOC Usage
Content Locked
Section 4
When to Use HOCs and Render Props?
The aim of this video is to provide some information about what the differences of HOCs and render props are, and explain when to use each - Understand when to use HOCs and why - Explain when to use render props and why - Look at the recap of comparison.