DEV Community

Mariusz
Mariusz

Posted on • Updated on

React tldr; React Native Performance: Do and Don't.

• Do read the docs of React, React Native and every library you are using.
• Using remote Images can be painful: use a library. Some patterns can be
harmful.
• Be careful with PureComponents and HOCS.
• Keep your libraries up to date.
• Give some love to your app and your users.

Source: https://hackernoon.com/react-native-performance-do-and-dont-1198e97b730a?fbclid=IwAR2uTIxlCZxBi9O2BEoRylYNlALSOGipJMno2ZzgXYMB3wHJmJ5wyjYJias

Top comments (0)