Dynamically Importing Components with React.lazy

from blog Aleksandr Hovhannisyan, | ↗ original
With React.lazy, you can dynamically import components at run time to reduce the size of your JavaScript bundles.