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.