lazy()

Term side of the Card
Topic: APIs
Unit title: lazy()
Categories: API
Explanation side of the Card

Explanation: The function that allows components to be loaded only when they are needed, instead of including them in the initial bundle. This improves the app's performance by reducing the amount of code that needs to be loaded upfront.

Edit on GitHubContributions in our content repository are 🤗 welcome from everyone.Link leads to the Contributions guidelines on GitHubLink leads to the content repository on GitHub