Lazy Loading

Defer expensive work until the moment it is actually needed, so startup stays fast and unused paths cost nothing. Use when initialization is slow, a page ships code it never runs, or a list renders far more rows than the screen shows.

Amey-Thakur 3903443 2.9 KB Updated

File contents

Amey-Thakur/AI-SKILLS/tree/main/skills/performance/lazy-loading commit 39034437fe

Frequently asked questions

npx skillmds@latest add amey-thakur/lazy-loading