Introduction to React Native Performance - Tal Kol

Поділитися
Вставка
  • Опубліковано 12 гру 2024

КОМЕНТАРІ • 10

  • @nora8200
    @nora8200 5 років тому +1

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

  • @JoeWong81
    @JoeWong81 6 років тому

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

  • @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.

  • @kondepudikishore
    @kondepudikishore 5 років тому

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

  • @latishsehgal
    @latishsehgal 8 років тому +3

    Great talk!

  • @SvNVdOz
    @SvNVdOz 8 років тому

    Thanks a lot!. Fantastic talk!.

  • @bangonkali
    @bangonkali 8 років тому

    Awesome talk! Thanks!

  • @Gorlokki
    @Gorlokki 8 років тому +1

    Thank you! it was really usefull

  • @filipdrgon1288
    @filipdrgon1288 7 років тому

    A great talk, thanks!