2019-04-10 21:34:35 +02:00
2018-12-06 16:45:45 +01:00
2017-10-10 21:53:47 +00:00
2019-04-09 09:04:35 +02:00
2018-12-06 16:45:45 +01:00
2018-10-29 13:04:07 +01:00
2018-10-31 21:16:34 +01:00
2018-12-06 16:45:45 +01:00
2018-02-02 15:24:21 +01:00
2018-10-29 13:04:07 +01:00
2019-03-20 09:40:34 +01:00
2018-10-29 14:54:48 +01:00
2018-12-06 16:45:45 +01:00
2019-03-20 09:40:34 +01:00
2017-06-23 15:34:04 +02:00
2019-04-10 21:34:23 +02:00
2018-12-06 16:53:51 +01:00
2019-04-10 21:34:23 +02:00

loadable-components

React code splitting made easy. Reduce your bundle size without stress ✂️.

License npm package npm downloads Build Status Code style Dependencies DevDependencies Small size

npm install @loadable/component

Docs

See the documentation at smooth-code.com/open-source/loadable-components for more information about using Loadable Components!

Quicklinks to some of the most-visited pages:

Example

import loadable from '@loadable/component'

const OtherComponent = loadable(() => import('./OtherComponent'))

function MyComponent() {
  return (
    <div>
      <OtherComponent />
    </div>
  )
}

License

Licensed under the MIT License, Copyright © 2017-present Smooth Code.

See LICENSE for more information.

Description
The recommended Code Splitting library for React ✂️
Readme MIT 20 MiB
Languages
JavaScript 70.8%
MDX 28.7%
Shell 0.5%