Hacker News new | ask | show | jobs
by fharper1961 3449 days 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://www.youtube.com/watch?v=Mx-AllVZ1VY

1 comments

React Native's ListView culls offscreen views: https://facebook.github.io/react-native/docs/performance.htm...
Thanks for correcting my mistake.