UNPKG

async-component

Version:

```jsx harmony import asyncComponent from 'async-component';

15 lines (10 loc) 377 B
# 📑 AsyncComponent ```jsx harmony import asyncComponent from 'async-component'; const AsyncComponent = asyncComponent(() => import('./AsyncComponent') .then(module => module.default)) const App = (props) => <AsyncComponent {...props}/>; ``` Say ["Thank you, developer! 👍👍👍👍"](https://www.paypal.me/igorkatsuba)