Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)