React Native相关资源

RN资源汇总

RN 常用控件汇总:https://www.jianshu.com/p/16fce3717fdc

RN github 资源汇总:https://github.com/crazycodeboy/react-native-awesome

RN 资源汇总2:https://github.com/jondot/awesome-react-native

RN原理

RN 实现原理:https://www.jianshu.com/p/5cc61ec04b39

vDOM比较原理:https://www.jianshu.com/p/1da5c91f5e5d

RN 图形变换

RN 图像变换transforms详解: https://www.jianshu.com/p/b3cfc6b0c33f

4*4 矩阵实现旋转和平移的原理:https://blog.csdn.net/kingov/article/details/77431476

RN性能优化相关

rn setNativeProps优化性能:https://www.jianshu.com/p/638c85b9bb66

rn componentShouldUpdate优化性能:https://reactjs.org/docs/optimizing-performance.html#avoiding-reconciling-the-dom

最后,

这是我在码代码的过程中发现的性能优化需要注意的地方:https://www.jianshu.com/p/c70b36879d28

你可能感兴趣的:(React Native相关资源)