Front End Web Developer Question: Download Front End Web Developer PDF

What Is The Lazy Loading?

Tweet Share WhatsApp

Answer:

Lazy loading is a design pattern commonly used in computer programming to defer initialization of an object until the point at which it is needed.

Lazy loading is loading code only once user needs it. For Example, there is a button on the page, which shows different layout once user pressed it. So there is no need to load code for that layout on initial page load.

Download Front End Web Developer PDF Read All 76 Front End Web Developer Questions
Previous QuestionNext Question
Tell me what Are This And That Keywords?Explain me what Is Cors? How Does It Work?