I Thought useRef Was Slow Until This Happened

While coding with React, I almost never touched this particular React Hook: useRef. Maybe it's more commonly used for controlling events like mouse interactions or similar. But here's the real questio...