| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
React code splitting made easy. Reduce your bundle size without stress ✂️✨.
npm install @loadable/componentSee 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:
import loadable from '@loadable/component'
const OtherComponent = loadable(() => import('./OtherComponent'))
function MyComponent() {
return (
<div>
<OtherComponent />
</div>
)
}Licensed under the MIT License, Copyright © 2017-present Smooth Code.
See LICENSE for more information.
| Back | FazBrowse Home | New Git URL |