What is Lazy Loading?
Let's dive into the details of lazy loading in this lesson.
We'll cover the following...
When you bundle your application, you will likely have the entire application bundled in one large chunk.
As your app grows, so does the bundle.
Example: Benny Game Application
To understand lazy loading, here’s the specific use case Tunde had in mind when he discussed it with John.
“Hey John, do you remember that the Benny app has an initial home screen?”.
By initial home screen, Tunde was referring to this:
This is the first screen the user encounters when they visit the Benny game. To begin playing the game, you must click ...