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