Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - gregberge/loadable-components: The recommended Code Splitting library for React βοΈβ¨
The recommended Code Splitting library for React βοΈβ¨ - gregberge/loadable-components
Visit SiteGitHub - gregberge/loadable-components: The recommended Code Splitting library for React βοΈβ¨
The recommended Code Splitting library for React βοΈβ¨ - gregberge/loadable-components
Powered by 0x5a.live π
npm install @loadable/component
Docs
See the documentation at loadable-components.com 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>
)
}
Supporting Loadable Components
Loadable Components is an MIT-licensed open source project. It's an independent project with ongoing development made possible thanks to the support of these awesome backers. If you'd like to join them, please consider:
License
Licensed under the MIT License, Copyright Β© 2017-present Greg BergΓ©.
See LICENSE for more information.
Made with β€οΈ
to provide different kinds of informations and resources.