React Native Performance Optimization: Patterns I Actually Applied
Performance issues in React Native apps mostly come from list rendering and images. Here are the optimization patterns I applied in Roavelo.
FlatList Optimization
FlatList is the most commonly used component in React Native, and also the one that nee...
jungjun-sung.hashnode.dev5 min read