Lazy loading with React
Why you need lazy loading
Most of the time, you will have parts of your page that contain code and/or data for a component that won't be visible straight away, unless the user clicks somewhere or scroll the page. Loading all these resources can block...
javascript-for-breakfast.com4 min read