using-keys

Community

Stable keys for efficient ReactUMG updates.

Author15195999826
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Keys identify component identity, not state. This skill emphasizes stable keys to ensure efficient reconciliation and avoid unnecessary re-renders.

Core Features & Use Cases

  • Identity-based keys: use item.id or stable identifiers rather than coordinates.
  • Performance focus: avoid changing keys during animation frames or position updates.
  • Best practices: separate identity from positional data.

Quick Start

Use a stable key like item.id for list items; update Slot props to reflect position without changing keys.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: using-keys
Download link: https://github.com/15195999826/LomoMarketplace/archive/main.zip#using-keys

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository