loadable-components

The recommended Code Splitting library for React ✂️✨

MIT License

Downloads
3.6M
Stars
7.5K
Committers
110

Bot releases are hidden (Show)

loadable-components - ESM all the things Latest Release

Published by theKashey 10 months ago

  • thanks to #989, @zewish and @wojtekmaj loadable-components is now fully ESM compatible package 👏
loadable-components - Babel plugin improvements

Published by theKashey over 1 year ago

Features

loadable-components -

Published by theKashey almost 3 years ago

Bug Fixes

  • Clear correct cache when compiling with Webpack (#838) (3b9cb20)
  • loadAsync Loadable should copy statics (#839) (9ff6693)
  • use stable promises for load/preload/React (#858) (45f2d91)
loadable-components -

Published by theKashey about 3 years ago

Bug Fixes

loadable-components -

Published by theKashey over 3 years ago

Bug Fixes

  • add displayNames to generated components (#731) (b640c82)

Features

  • support multiple Webpack runtimes (#701) (d351367)
  • webpack plugin doesn't need all chunk info (#735) (cea9f24)
loadable-components - Webpack 5

Published by theKashey over 3 years ago

Bug Fixes

loadable-components - loadable(not)Ready

Published by theKashey almost 4 years ago

Bug Fixes

  • fixes loadableReady leading to "Error "undefined is not an object"(#634) in #651
loadable-components - Webpack 5?

Published by theKashey about 4 years ago

Bug Fixes

Features

loadable-components -

Published by theKashey about 4 years ago

Bug Fixes

  • Fixed lazy usage with Suspense and Error Boundary together (#521) (42fbdd0)
  • human readable errors (b86bb82)
  • spread nested required chunks array(regression in 5.13.1) (95e6ecb)
loadable-components - Hot fix for 5.13.0

Published by theKashey over 4 years ago

  • fixes #587
loadable-components - (partially broken version)

Published by theKashey over 4 years ago

Bug Fixes

  • allow webpack cache isReady only for initial chunks, fixes #558 (61f8b75)
  • memory leak in module cache management, fixes #560 (6c11703)
  • use make-dir instead of mkdirp (#544) (5a9c33b)
  • babel-plugin: add missing peer dependency (#524) (03a79b6)

Features

  • add resolveComponent option (a47d3d9)
  • sort preload assets so that styles are first #576
  • fix custom webpackChunkName for aggressive import #552
loadable-components - v5.12.0

Published by gregberge almost 5 years ago

Bug Fixes

  • apply loadable transformations before any other, fixes #466 (ac5ba45)

Features

  • add codemods to migrate from react-loadable (#463) (a82d5ad)
  • avoid synchronous loading on client if options.ssr is false (#346) (338bf55)
  • loadable-components.com (e515b0e)

Performance Improvements

  • avoid calling stats.toJson if possible (87698de)
loadable-components - v5.11.0

Published by gregberge almost 5 years ago

Bug Fixes

Features

  • add support for SRI (integrity) (with webpack-subresource-integrity) (#436) (586ad0a)
loadable-components - v5.10.3

Published by gregberge about 5 years ago

Bug Fixes

  • empty cache on each server reload (#431) (d4428c6), closes #230
  • support IE 11 without polyfill (#416) (80ee809), closes #397
  • babel-plugin: fix bug when using + concatenation instead of a template literal (#425) (d98dd27)
loadable-components - v5.10.2

Published by gregberge over 5 years ago

Bug Fixes

Performance Improvements

loadable-components - v5.10.1

Published by gregberge over 5 years ago

Bug Fixes

loadable-components - v5.10.0

Published by gregberge over 5 years ago

Bug Fixes

Features

Performance Improvements

loadable-components - v5.9.0

Published by gregberge over 5 years ago

Features

loadable-components - v5.8.0

Published by gregberge over 5 years ago

Bug Fixes

  • babel-plugin: Use require.resolve instead of relative path resolution (#303) (bad7f1f)

Features

  • ChunkExtractor: support publicPath override (#292) (9731e9c)
  • server: support function in attributes (#277) (c172324)

Performance Improvements

  • server: improve lodash imports for serverless bundles (#298) (96841f2)
loadable-components - v5.7.2

Published by gregberge over 5 years ago

Bug Fixes

  • babel-plugin: handle "-" at the end of request (c0f325b)