Under The Hood of React Native | Martin Konicek | Reactive 2015

Поделиться
HTML-код
  • Опубликовано: 24 ноя 2024

Комментарии • 5

  • @morenoh149
    @morenoh149 9 лет назад +1

    use react-native-gifted-listview for a refreshable listview implemented in that way

  • @sergeisafrigin6837
    @sergeisafrigin6837 7 лет назад +1

    awesome talk!

  • @muhammadbabar9124
    @muhammadbabar9124 7 лет назад +1

    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.

    • @eecakir
      @eecakir 7 лет назад +1

      lol, no device has 256mbs of RAM if your concern is just a few microseconds.

    • @modmoto6016
      @modmoto6016 7 лет назад +1

      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