问题
Can we use component lazyload along with module lazyload? Is it recommnded by Spartacus ? Should
we stick to module lazy load only?
回答
We generally recommend Lazy Loading modules since it usually brings more improvements
than simply lazy loading components. That said, lazy loading components in lazy loaded
modules should ALWAYS be avoided.