How can I implement lazy loading?
Would this require (create-react-app-impossiblish) webpack configuration modifications?
As my app is growing (.js > 1mB), the initial load takes longer, especially on mobile connections. So lazy loading of code chunks would provide a great performance boost.
How can I implement lazy loading?
Would this require (create-react-app-impossiblish) webpack configuration modifications?
As my app is growing (.js > 1mB), the initial load takes longer, especially on mobile connections. So lazy loading of code chunks would provide a great performance boost.