poetries.github.io icon indicating copy to clipboard operation
poetries.github.io copied to clipboard

React Native之原理浅析 | Poetry's Blog

Open poetries opened this issue 5 years ago • 1 comments

http://blog.poetries.top/2019/10/02/rn-yuanli/

一、JavaScriptCore 讲React Native之前,了解JavaScriptCore会有帮助,也是必要的。React Native的核心驱动力就来自于JS Engine. 你写的所有JS和JSX代码都会被JS Engine来执行, 没有JS Engine的参与,你是无法享受ReactJS给原生应用开发带来的便利的。在iOS上,默认的就是JavaScriptCore, iOS 7之后的

poetries avatar Oct 03 '19 09:10 poetries

写得真好,楼主这些图是用啥软件画的

zhangxistudy11 avatar Dec 28 '20 10:12 zhangxistudy11