Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/songxiaoliang/react-native-split-bundle

react native jsbundle 拆包解决方案,实现 react context 延迟异步加载,基础包、业务包按需加载
https://github.com/songxiaoliang/react-native-split-bundle

Last synced: 2 months ago
JSON representation

react native jsbundle 拆包解决方案,实现 react context 延迟异步加载,基础包、业务包按需加载

Awesome Lists containing this project

README

        

# react-native-split-bundle
react native bundle 拆分方案实现,实现 ReactContext 延迟异步加载,基础包、业务包按需加载。
demo 中,RNAndroid 为 Android 原生模块,模仿了在原生App 中嵌入 RN 模块的实现方式。source_code下即为需要修改的打包源码,覆盖即可。

### RN JSBundle 拆分解决方案(1): 应用启动、视图加载原理解析
#### 详情浏览:https://songlcy.blog.csdn.net/article/details/79347331
### RN JSBundle 拆分解决方案(2): JSBundle 、Metro 结构分析
#### 详情浏览:https://songlcy.blog.csdn.net/article/details/84571326
### RN JSBundle 拆分解决方案(3): 封装原生层 JSBundle 加载逻辑,基础包、业务包加载
#### 详情浏览:https://songlcy.blog.csdn.net/article/details/84647230