zlacker

[parent] [thread] 1 comments
1. jaxond+(OP)[view] [source] 2017-07-27 14:15:15
React Native under the hood uses Obj-C to bridge to native Cocoa frameworks. For example when you uses a <View> tag in JavaScript, it ends up calling iOS UIView.
replies(1): >>pavlak+E4
2. pavlak+E4[view] [source] 2017-07-27 14:42:44
>>jaxond+(OP)
Still, it's not the very same tech. Especially in this discussion, where we are talking about apps performance and languages, which need to get under the hood instead of talking directly with the engine, are presented as "worse".
[go to top]