Introduction to React Native Performance - Tal Kol

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

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

  • @JoeWong81
    @JoeWong81 6 лет назад

    That was a great in depth technical talk about the "bridge". I love it when people go into detail like that

  • @nora8200
    @nora8200 5 лет назад +1

    Great Talk!! Thank you so much for sharing!!!

  • @kondepudikishore
    @kondepudikishore 5 лет назад

    Fantastic talk! A whole new insight into the layers underlying react and their interactions.

  • @WilsonMar1
    @WilsonMar1 8 лет назад +1

    [3:53] There is a React Native bridge between JavaScript Core thread and Native threads.
    [6:19] the main thing for performance is to keep to a minimum passages over the bridge.
    Variables in one realm cannot be accessed in another realm unless it's serialized and de-serialized, which is expensive.
    That is why Appcelerator didn't work quickly.

    • @thetwist900
      @thetwist900 7 лет назад

      Also the speaker highlighted a very important idea that parts of application can be actually implemented on the native side and easily integrated with the javascript side.

  • @latishsehgal
    @latishsehgal 8 лет назад +3

    Great talk!

  • @SvNVdOz
    @SvNVdOz 8 лет назад

    Thanks a lot!. Fantastic talk!.

  • @bangonkali
    @bangonkali 8 лет назад

    Awesome talk! Thanks!

  • @filipdrgon1288
    @filipdrgon1288 7 лет назад

    A great talk, thanks!

  • @Gorlokki
    @Gorlokki 8 лет назад +1

    Thank you! it was really usefull