Educationwhat are the tips and tricks to use reac...
S

| Updated on October 13, 2021 | education

what are the tips and tricks to use react native?

1 Answers
386 views
logo

@giftreegalo8503 | Posted on October 13, 2021

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

Article image

Also Read :-What is Trixie Tongue tricks?

0 Comments