lazy-loading

Installation
SKILL.md

Lazy Loading

Overview

Load data when needed, not before. Don't fetch what you might not use.

Upfront loading wastes bandwidth, memory, and time. Load on demand for better performance and user experience.

When to Use

  • Dashboard loads all data at once
  • Page fetches data for hidden tabs
  • Loading "just in case" data
  • Initial load is slow

The Iron Rule

Installs
63
GitHub Stars
11
First Seen
Jan 22, 2026
lazy-loading — yanko-belov/code-craft