rendering-stability-under-load
Installation
SKILL.md
Rendering Stability Under Load (React 18)
Summary
Guarantee UI stability during extreme rendering pressure using boundary partitioning and adaptive throttling.
Key Capabilities
- Decompose UI into independently recoverable regions.
- Apply adaptive throttling to expensive computations.
- Use
useDeferredValueanduseTransitionto smooth updates.
PhD-Level Challenges
- Model stability as a control system with feedback loops.
- Derive convergence criteria for adaptive throttling.
- Quantify stability improvements using jitter and stutter metrics.