import asyncComponent from 'async-component';
const AsyncComponent = asyncComponent(() =>
import('./AsyncComponent')
.then(module => module.default))
const App = (props) =>
<AsyncComponent {...props}/>;
-
Notifications
You must be signed in to change notification settings - Fork 0
Async Component for React
License
IKatsuba/async-component
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Async Component for React
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published