Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 6 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-22T12:53:52.000Z (2 months ago)
- Last Synced: 2024-12-13T07:02:49.146Z (14 days ago)
- Topics: android, bundle, ios, ram-bundle, react-native, splitter
- Language: TypeScript
- Homepage: https://kirillzyusko.github.io/react-native-bundle-splitter/
- Size: 11.1 MB
- Stars: 431
- Watchers: 6
- Forks: 22
- 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
[![npm version](https://badge.fury.io/js/react-native-bundle-splitter.svg)](http://badge.fury.io/js/react-native-bundle-splitter) ![npm](https://img.shields.io/npm/dw/react-native-bundle-splitter.svg)
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)