- lodash
- react
<LazyComponent<PropsOfElement>
component={()=> import('./Element')}
any="props"
the="element"
needs
/>
<LazyComponent<PropsOfElement>
component={()=> import('./Element')}
any="props"
the="element"
needs
>
<SimpleElement />
</LazyComponent>