https://github.com/kirillzyusko/react-native-bundle-splitter
HOC for lazy components loading
https://github.com/kirillzyusko/react-native-bundle-splitter
android bundle ios ram-bundle react-native splitter
Last synced: about 1 year ago
JSON representation
HOC for lazy components loading
- Host: GitHub
- URL: https://github.com/kirillzyusko/react-native-bundle-splitter
- Owner: kirillzyusko
- License: mit
- Created: 2019-07-19T15:19:09.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2025-03-12T13:23:47.000Z (about 1 year ago)
- Last Synced: 2025-05-14T16:54:14.869Z (about 1 year ago)
- Topics: android, bundle, ios, ram-bundle, react-native, splitter
- Language: TypeScript
- Homepage: https://kirillzyusko.github.io/react-native-bundle-splitter/
- Size: 11.3 MB
- Stars: 460
- Watchers: 5
- Forks: 21
- Open Issues: 8
-
Metadata Files:
- Readme: README.MD
- Changelog: CHANGELOG.MD
- Contributing: CONTRIBUTING.MD
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Roadmap: ROADMAP.MD
Awesome Lists containing this project
README
# React Native Bundle Splitter
[](http://badge.fury.io/js/react-native-bundle-splitter) 
Decrease your start up time and RAM memory consumption by an application via splitting JS bundle by components and navigation routes.
## Demonstration

> This example provide only approximate difference between the same application version (running on the same device). Your benchmarks may be significantly different, since it depends only on application complexity (js bundle size).
## Quick Links
- [Documentation](https://kirillzyusko.github.io/react-native-bundle-splitter/)
- [Example](https://github.com/kirillzyusko/react-native-bundle-splitter-example)
- [Contributing](https://github.com/kirillzyusko/react-native-bundle-splitter/blob/master/CONTRIBUTING.MD)