lazy-loading
✓Use when loading all data upfront. Use when initial page load is slow. Use when fetching data that might not be needed.
Installation
SKILL.md
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.
"We Might Need It" Pressure: "Load it now in case user needs it"
Use when loading all data upfront. Use when initial page load is slow. Use when fetching data that might not be needed. Source: yanko-belov/code-craft.
Facts (cite-ready)
Stable fields and commands for AI/search citations.
- Install command
npx skills add https://github.com/yanko-belov/code-craft --skill lazy-loading- Source
- yanko-belov/code-craft
- Category
- {}Data Analysis
- Verified
- ✓
- First Seen
- 2026-02-01
- Updated
- 2026-02-18
Quick answers
What is lazy-loading?
Use when loading all data upfront. Use when initial page load is slow. Use when fetching data that might not be needed. Source: yanko-belov/code-craft.
How do I install lazy-loading?
Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yanko-belov/code-craft --skill lazy-loading Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor
Where is the source repository?
https://github.com/yanko-belov/code-craft
Details
- Category
- {}Data Analysis
- Source
- skills.sh
- First Seen
- 2026-02-01