Select Page
Notifications
Clear all

Tips For React Native Performance Improvement

(@Anonymous)
New Member

Tips For React Native Performance Improvement:
1. Use of shouldComponentUpdate method of react-native lifecycle
2. Use Pure Components of React
3. Use Memo from Hooks API
4. Build the module with native whenever it is possible
5. Remove the console logs before building the application
6. Reduce Application size

This topic was modified 2 years ago by Anonymous
Quote
Topic starter Posted : 22/10/2021 7:28 am
Share: