SPA users. Because of lazy loading, your users might get a smaller JavaScript payload initially but now they wait twice as long for pages to load because they wait for JS then wait for data. Loading data outside your component with lazy loading https://reacttraining.com/blog/spa-lazy-loading-pitfalls
Comments