1.0.0 • Published 6 years ago

async-component v1.0.0

Weekly downloads
5
License
ISC
Repository
github
Last release
6 years ago

📑 AsyncComponent

import asyncComponent from 'async-component';

const AsyncComponent = asyncComponent(() => 
    import('./AsyncComponent')
        .then(module => module.default))
        
        
const App = (props) =>
    <AsyncComponent {...props}/>;

Say "Thank you, developer! 👍👍👍👍"