The listview janklike hell. Nothing can beat the native. The time it takes to bridge the js to native can never be equal to the time that native code takes to process. Also the UI rendering take a lot of time. Facebook didn't learn from its previous mistake of adopting cross platform.
There are a few comparisons online and it shows, that the RN core takes up very little cpu/ram, to be important. For example medium.com/the-react-native-log/comparing-the-performance-between-native-ios-swift-and-react-native-7b5490d363e2
use react-native-gifted-listview for a refreshable listview implemented in that way
awesome talk!
The listview janklike hell. Nothing can beat the native. The time it takes to bridge the js to native can never be equal to the time that native code takes to process. Also the UI rendering take a lot of time. Facebook didn't learn from its previous mistake of adopting cross platform.
lol, no device has 256mbs of RAM if your concern is just a few microseconds.
There are a few comparisons online and it shows, that the RN core takes up very little cpu/ram, to be important. For example medium.com/the-react-native-log/comparing-the-performance-between-native-ios-swift-and-react-native-7b5490d363e2