[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.
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.
Great Talk!! Thank you so much for sharing!!!
That was a great in depth technical talk about the "bridge". I love it when people go into detail like that
[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.
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.
Fantastic talk! A whole new insight into the layers underlying react and their interactions.
Great talk!
Thanks a lot!. Fantastic talk!.
Awesome talk! Thanks!
Thank you! it was really usefull
A great talk, thanks!