Lazy Loading Code in React
6 minutes
In this screencast, we're going to look at how to speed up your React app by lazily loading code. By the end of this video, you’ll be able to configure Webpack to let you defer loading code until it’s needed so that your initial page load is as fast as possible.