5 ms·
From what I've heard React Native doesn't yet handle lists containing many views without rendering the entire list. I'm looking into Flutter/Dart from Google f
by fharper1961 10y ago
From what I've heard React Native doesn't yet handle lists containing many views without rendering the entire list.
I'm looking into Flutter/Dart from Google for building iOS/Android apps from the same codebase.
The SDK is still alpha so there are still rough edges, but I've created a POC app and have been able to run it on both platforms. I'm very pleased with the results so far.
https://flutter.io/ https://flutter.io/
https://www.youtube.com/watch?v=Mx-AllVZ1VY https://www.youtube.com/watch?v=Mx-AllVZ1VY
- mambodog 10y agoReact Native's ListView culls offscreen views: https://facebook.github.io/react-native/docs/performance.html#removeclippedsubviews https://facebook.github.io/react-native/docs/performance.htm...
- fharper1961 10y agoThanks for correcting my mistake.