react-native-bundle-splitter

HOC for lazy components loading

MIT License

Downloads
11.1K
Stars
415

Bot releases are hidden (Show)

react-native-bundle-splitter - Release 3.0.0 Latest Release

Published by kirillzyusko 3 months ago

A new release that improves performance, uses new React features and brings new opportunities for further optimizations 👀

👍 Improvements

🔢 Miscellaneous

[!CAUTION]
This release drops minimal supported RN version to 0.60.

react-native-bundle-splitter - Release 2.2.3

Published by kirillzyusko almost 2 years ago

react-native-bundle-splitter - Release 2.2.2

Published by kirillzyusko almost 2 years ago

Now docs lives in master branch and synced with the code - for that I had to refactor file structure of the package and move gif from docs folder into separate one. As a result gifs is not showing on npm anymore - so I'm publishing a new release which should fix it.
No changes to the code of the package 🎉 😎

react-native-bundle-splitter - Release 2.1.0

Published by kirillzyusko over 3 years ago

  • Ref Forwarding to OptimizedComponent #27
react-native-bundle-splitter - Release 2.0.0

Published by kirillzyusko over 3 years ago

Breaking changes

This release contains no breaking changes, but it does include some important changes, including:

  • proposed to use loader instead of require (however you can still use require - this version has backward compatibility);
  • investigate returns only initially loaded modules;
  • screen gets mounted in async way;

Added

  • support for web platform (with react-native-web usage);
  • support for macOS platform;
  • support for windows platform;

Improved

  • types compatibility;
  • internal naming convention;

Fixed

  • requires a peer of react-native@^0.59.1 but none is installed. You must install peer dependencies yourself. warning;
react-native-bundle-splitter - Release 1.0.9

Published by kirillzyusko over 4 years ago

  • extending types for register method (PR)
  • reduced published npm package size (removed CHANGELOG.MD)
react-native-bundle-splitter - Release 1.0.8

Published by kirillzyusko over 4 years ago

  • types compatibility improved
  • performance tuning (using PureComponent instead of Component)
react-native-bundle-splitter - Release 1.0.7

Published by kirillzyusko almost 5 years ago

  • Readme info updated (corrected links to contributing guide and documentation)
react-native-bundle-splitter - Release 1.0.6

Published by kirillzyusko almost 5 years ago

  • Changed documentation URL
react-native-bundle-splitter - Release 1.0.5

Published by kirillzyusko almost 5 years ago

  • Fixed a bug TypeError: require is not a function
react-native-bundle-splitter - Release 1.0.4

Published by kirillzyusko almost 5 years ago

  • types compatability improved
  • performance tuning
react-native-bundle-splitter - 1.0.3

Published by kirillzyusko about 5 years ago

  • readme updated
  • package.json issues fixed
react-native-bundle-splitter - Version 1.0.1 is released

Published by kirillzyusko about 5 years ago

Changelog:

  • removed use method from API
  • implemented preload feature
  • added utils for tracking loaded and waiting modules
  • published in npm
Package Rankings
Top 7.29% on Npmjs.org
Badges
Extracted from project README
npm version
Related Projects