Skip to content

What is lazy loading?

Apoorv Saxena edited this page Sep 16, 2017 · 1 revision

Lazy loading is a programming practice in which a component is loaded only at the time of need. This gives great performance boost especially when the time taken to load a component is significant, and there are several such components in an application.

Clone this wiki locally